Searched refs:ymax (Results 1 – 3 of 3) sorted by relevance
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()
21 void ikbd_mouse_abs_pos(int xmax, int ymax);
433 char ymax; member