OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_GetMouseState
(Results
1 - 17
of
17
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_syswm.cc
51
SDL_GetMouseState
(&x,&y);
/external/qemu/distrib/sdl-1.2.12/include/
SDL_mouse.h
55
extern DECLSPEC Uint8 SDLCALL
SDL_GetMouseState
(int *x, int *y);
/prebuilt/darwin-x86/sdl/include/SDL/
SDL_mouse.h
55
extern DECLSPEC Uint8 SDLCALL
SDL_GetMouseState
(int *x, int *y);
/prebuilt/linux-x86/sdl/include/SDL/
SDL_mouse.h
55
extern DECLSPEC Uint8 SDLCALL
SDL_GetMouseState
(int *x, int *y);
/prebuilt/windows/sdl/host/include/SDL/
SDL_mouse.h
59
extern DECLSPEC Uint8 SDLCALL
SDL_GetMouseState
(int *x, int *y);
/prebuilt/windows/sdl/include/SDL/
SDL_mouse.h
55
extern DECLSPEC Uint8 SDLCALL
SDL_GetMouseState
(int *x, int *y);
/external/qemu/distrib/sdl-1.2.12/src/video/svga/
SDL_svgaevents.c
159
if ( !(
SDL_GetMouseState
(NULL, NULL) & SDL_BUTTON(1)) ) {
163
if ( (
SDL_GetMouseState
(NULL, NULL) & SDL_BUTTON(1)) ) {
168
if ( !(
SDL_GetMouseState
(NULL, NULL) & SDL_BUTTON(2)) ) {
172
if ( (
SDL_GetMouseState
(NULL, NULL) & SDL_BUTTON(2)) ) {
177
if ( !(
SDL_GetMouseState
(NULL, NULL) & SDL_BUTTON(3)) ) {
181
if ( (
SDL_GetMouseState
(NULL, NULL) & SDL_BUTTON(3)) ) {
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsmouse.c
138
SDL_GetMouseState
(&x, &y);
SDL_gsevents.c
599
button_state =
SDL_GetMouseState
(NULL, NULL);
/external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
SDL.x
78
SDL_GetMouseState
/external/qemu/distrib/sdl-1.2.12/src/events/
SDL_mouse.c
68
Uint8
SDL_GetMouseState
(int *x, int *y)
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_syswm.c
270
SDL_GetMouseState
(&x,&y);
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11mouse.c
252
SDL_GetMouseState
(&mouse_last.x, &mouse_last.y);
/external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglevents.c
118
button_state =
SDL_GetMouseState
(NULL, NULL);
/external/qemu/distrib/sdl-1.2.12/src/video/
SDL_cursor.c
213
SDL_GetMouseState
(&x, &y);
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbevents.c
725
button_state =
SDL_GetMouseState
(NULL, NULL);
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5events.c
320
old_state =
SDL_GetMouseState
(NULL, NULL);
Completed in 2544 milliseconds