Searched refs:xmax (Results 1 – 2 of 2) sorted by relevance
21 void ikbd_mouse_abs_pos(int xmax, int ymax);
365 void ikbd_mouse_abs_pos(int xmax, int ymax) in ikbd_mouse_abs_pos() argument367 char cmd[5] = { 0x09, xmax>>8, xmax&0xFF, ymax>>8, ymax&0xFF }; in ikbd_mouse_abs_pos()
Completed in 5 milliseconds