OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:realy
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/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)) {
437
*y = *
realy
;
SDL_fbevents.c
773
int realx,
realy
;
local
792
if(eloReadPosition(this, mouse_fd, &dx, &dy, &button, &realx, &
realy
)) {
Completed in 25 milliseconds