Home
last modified time | relevance | path

Searched refs:eloParsePacket (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
DSDL_fbelo.h47 int eloParsePacket(unsigned char* mousebuf, int* dx, int* dy, int* button_state);
DSDL_fbelo.c81 int eloParsePacket(unsigned char* mousebuf, int* dx, int* dy, int* button_state) { in eloParsePacket() function
432 if(!eloParsePacket(buffer, realx, realy, button_state)) { in eloReadPosition()