HomeSort by relevance Sort by last modified time
    Searched refs:realx (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)) {
436 *x = *realx;
SDL_fbevents.c 773 int realx, realy; local
792 if(eloReadPosition(this, mouse_fd, &dx, &dy, &button, &realx, &realy)) {

Completed in 45 milliseconds