Home
last modified time | relevance | path

Searched refs:MOUSE_RES_MEDIUMHIGH (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/sys/
Dmouse.h209 #define MOUSE_RES_MEDIUMHIGH (-4) macro
/freebsd-10-stable/sys/dev/atkbdc/
Dpsm.c2111 mode.resolution = MOUSE_RES_MEDIUMHIGH;
2222 mode.resolution = MOUSE_RES_MEDIUMHIGH;
/freebsd-10-stable/usr.sbin/moused/
Dmoused.c1718 else if (rodent.resolution == MOUSE_RES_MEDIUMHIGH) c = 'h'; in r_init()