OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fb_vgamousecallback
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbevents.c
706
void
FB_vgamousecallback
(int button, int relative, int dx, int dy)
749
FB_vgamousecallback
(button, 0, sample.x, sample.y);
791
FB_vgamousecallback
(button, 0, dx, dy);
869
FB_vgamousecallback
(button | (1<<3),
873
FB_vgamousecallback
(button | (1<<4),
911
FB_vgamousecallback
(button, relative, dx, dy);
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsevents.c
707
FB_vgamousecallback
(button | (1<<3),
711
FB_vgamousecallback
(button | (1<<4),
Completed in 4615 milliseconds