OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cursor_loc
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.h
115
NSPoint
cursor_loc
; /* saved cursor coords, for activate/deactivate when grabbed */
member in struct:SDL_PrivateVideoData
157
#define
cursor_loc
(this->hidden->
cursor_loc
)
macro
SDL_QuartzEvents.m
715
QZ_PrivateWarpCursor (this,
cursor_loc
.x,
cursor_loc
.y);
733
QZ_GetMouseLocation (this, &
cursor_loc
);
[
all
...]
Completed in 148 milliseconds