Home
last modified time | relevance | path

Searched refs:stateTab (Results 1 – 4 of 4) sorted by relevance

/dports/net/tigervnc-server/tigervnc-1.12.0/vncviewer/
H A DEmulateMB.cxx106 static const signed char stateTab[11][5][3] = { variable
228 action1 = stateTab[state][btstate][0]; in filterPointerEvent()
234 if ((stateTab[state][4][2] >= 0) && action1 > 0) in filterPointerEvent()
244 action2 = stateTab[state][btstate][1]; in filterPointerEvent()
249 if ((stateTab[state][4][2] >= 0) && action2 > 0) in filterPointerEvent()
266 state = stateTab[state][btstate][2]; in filterPointerEvent()
271 if (stateTab[state][4][2] >= 0) { in filterPointerEvent()
292 assert(stateTab[state][4][2] >= 0); in handleTimeout()
294 action1 = stateTab[state][4][0]; in handleTimeout()
298 action2 = stateTab[state][4][1]; in handleTimeout()
[all …]
/dports/net/tigervnc-viewer/tigervnc-1.12.0/vncviewer/
H A DEmulateMB.cxx106 static const signed char stateTab[11][5][3] = { variable
228 action1 = stateTab[state][btstate][0]; in filterPointerEvent()
234 if ((stateTab[state][4][2] >= 0) && action1 > 0) in filterPointerEvent()
244 action2 = stateTab[state][btstate][1]; in filterPointerEvent()
249 if ((stateTab[state][4][2] >= 0) && action2 > 0) in filterPointerEvent()
266 state = stateTab[state][btstate][2]; in filterPointerEvent()
271 if (stateTab[state][4][2] >= 0) { in filterPointerEvent()
292 assert(stateTab[state][4][2] >= 0); in handleTimeout()
294 action1 = stateTab[state][4][0]; in handleTimeout()
298 action2 = stateTab[state][4][1]; in handleTimeout()
[all …]
/dports/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6/src/
H A DemuMB.c92 static signed char stateTab[11][5][3] = { variable
198 if ((id = stateTab[pEvdev->emulateMB.state][4][0]) != 0) { in EvdevMBEmuTimer()
205 stateTab[pEvdev->emulateMB.state][4][2]; in EvdevMBEmuTimer()
251 if ((id = stateTab[pEvdev->emulateMB.state][*btstate][0]) != 0) in EvdevMBEmuFilterEvent()
259 if ((id = stateTab[pEvdev->emulateMB.state][*btstate][1]) != 0) in EvdevMBEmuFilterEvent()
266 stateTab[pEvdev->emulateMB.state][*btstate][2]; in EvdevMBEmuFilterEvent()
268 if (stateTab[pEvdev->emulateMB.state][4][0] != 0) { in EvdevMBEmuFilterEvent()
/dports/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.3/src/
H A Dmouse.c1929 static signed char stateTab[11][5][3] = { variable
2063 if ((id = stateTab[pMse->emulateState][4][0]) != 0) { in buttonTimer()
2065 pMse->emulateState = stateTab[pMse->emulateState][4][2]; in buttonTimer()
2402 if ((id = stateTab[pMse->emulateState][emulateButtons][0]) != 0) in MouseDoPostEvent()
2404 if ((id = stateTab[pMse->emulateState][emulateButtons][1]) != 0) in MouseDoPostEvent()
2408 stateTab[pMse->emulateState][emulateButtons][2]; in MouseDoPostEvent()
2410 if (stateTab[pMse->emulateState][4][0] != 0) { in MouseDoPostEvent()