OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eloReadPosition
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbelo.h
49
/*
eloReadPosition
53
int
eloReadPosition
(_THIS, int fd, int* x, int* y, int* button_state, int* realx, int* realy);
SDL_fbelo.c
421
int
eloReadPosition
(_THIS, int fd, int* x, int* y, int* button_state, int* realx, int* realy) {
SDL_fbevents.c
792
if(
eloReadPosition
(this, mouse_fd, &dx, &dy, &button, &realx, &realy)) {
Completed in 3056 milliseconds