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.15/src/video/fbcon/
SDL_fbevents.c
711
void
FB_vgamousecallback
(int button, int relative, int dx, int dy)
754
FB_vgamousecallback
(button, 0, sample.x, sample.y);
794
FB_vgamousecallback
(button, 0, dx, dy);
878
FB_vgamousecallback
(button | (1<<3),
882
FB_vgamousecallback
(button | (1<<4),
920
FB_vgamousecallback
(button, relative, dx, dy);
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsevents.c
707
FB_vgamousecallback
(button | (1<<3),
711
FB_vgamousecallback
(button | (1<<4),
Completed in 648 milliseconds