mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 07:00:48 +00:00
Fixed build
This commit is contained in:
parent
aab95894a6
commit
7bbbbb3a1c
1 changed files with 2 additions and 2 deletions
|
|
@ -392,8 +392,8 @@ bool Cocoa_InitMouse(SDL_VideoDevice *_this)
|
|||
SDL_SetDefaultCursor(Cocoa_CreateDefaultCursor());
|
||||
|
||||
location = [NSEvent mouseLocation];
|
||||
internal->lastMoveX = location.x;
|
||||
internal->lastMoveY = location.y;
|
||||
data->lastMoveX = location.x;
|
||||
data->lastMoveY = location.y;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue