OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:realx
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbelo.h
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) {
432
if(!eloParsePacket(buffer,
realx
, realy, button_state)) {
436
*x = *
realx
;
SDL_fbevents.c
768
int
realx
, realy;
local
789
if(eloReadPosition(this, mouse_fd, &dx, &dy, &button, &
realx
, &realy)) {
Completed in 43 milliseconds