OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cursor_loc
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.h
107
NSPoint
cursor_loc
; /* saved cursor coords, for activate/deactivate when grabbed */
member in struct:SDL_PrivateVideoData
155
#define
cursor_loc
(this->hidden->
cursor_loc
)
macro
SDL_QuartzEvents.m
639
QZ_PrivateWarpCursor (this,
cursor_loc
.x,
cursor_loc
.y);
655
QZ_GetMouseLocation (this, &
cursor_loc
);
[
all
...]
/external/clang/bindings/python/clang/
cindex.py
890
self._loc =
Cursor_loc
(self)
[
all
...]
Completed in 60 milliseconds