Home
last modified time | relevance | path

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

/external/libxkbcommon/src/
Dkeymap.h159 CONTROL_MOUSEKEYS_ACCEL = (1 << 5), enumerator
167 CONTROL_MOUSEKEYS | CONTROL_MOUSEKEYS_ACCEL | CONTROL_AX | \
Dtext.c67 { "MouseKeysAccel", CONTROL_MOUSEKEYS_ACCEL },
/external/libxkbcommon/src/x11/
Dkeymap.c118 ret |= CONTROL_MOUSEKEYS_ACCEL; in translate_controls_mask()