Home
last modified time | relevance | path

Searched refs:GetKeyState (Results 1 – 25 of 1098) sorted by relevance

12345678910>>...44

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/win/
H A Dsystem_event_state_lookup.cc13 return (::GetKeyState(VK_SHIFT) & 0x8000) == 0x8000; in IsShiftPressed()
17 return (::GetKeyState(VK_CONTROL) & 0x8000) == 0x8000; in IsCtrlPressed()
21 return (::GetKeyState(VK_MENU) & 0x8000) == 0x8000; in IsAltPressed()
25 return (::GetKeyState(VK_RMENU) & 0x8000) == 0x8000; in IsAltRightPressed()
29 return (::GetKeyState(VK_LWIN) & 0x8000) == 0x8000 || in IsWindowsKeyPressed()
30 (::GetKeyState(VK_RWIN) & 0x8000) == 0x8000; in IsWindowsKeyPressed()
34 return (::GetKeyState(VK_CAPITAL) & 0x0001) == 0x0001; in IsCapsLockOn()
38 return (::GetKeyState(VK_NUMLOCK) & 0x0001) == 0x0001; in IsNumLockOn()
42 return (::GetKeyState(VK_SCROLL) & 0x0001) == 0x0001; in IsScrollLockOn()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/win/
H A Dsystem_event_state_lookup.cc13 return (::GetKeyState(VK_SHIFT) & 0x8000) == 0x8000; in IsShiftPressed()
17 return (::GetKeyState(VK_CONTROL) & 0x8000) == 0x8000; in IsCtrlPressed()
21 return (::GetKeyState(VK_MENU) & 0x8000) == 0x8000; in IsAltPressed()
25 return (::GetKeyState(VK_RMENU) & 0x8000) == 0x8000; in IsAltRightPressed()
29 return (::GetKeyState(VK_LWIN) & 0x8000) == 0x8000 || in IsWindowsKeyPressed()
30 (::GetKeyState(VK_RWIN) & 0x8000) == 0x8000; in IsWindowsKeyPressed()
34 return (::GetKeyState(VK_CAPITAL) & 0x0001) == 0x0001; in IsCapsLockOn()
38 return (::GetKeyState(VK_NUMLOCK) & 0x0001) == 0x0001; in IsNumLockOn()
42 return (::GetKeyState(VK_SCROLL) & 0x0001) == 0x0001; in IsScrollLockOn()
/dports/lang/seed7/seed7/src/
H A Dgkb_win.c459 GetKeyState(VK_CONTROL), GetKeyState(VK_MENU));); in gkbGetc()
460 if (GetKeyState(VK_SHIFT) & 0x8000) { in gkbGetc()
755 if (GetKeyState(VK_MENU) & 0x8000) { in gkbGetc()
773 if (GetKeyState(VK_MENU) & 0x8000) { in gkbGetc()
791 if (GetKeyState(VK_MENU) & 0x8000) { in gkbGetc()
810 if (GetKeyState(VK_MENU) & 0x8000) { in gkbGetc()
820 if (GetKeyState(VK_MENU) & 0x8000) { in gkbGetc()
869 GetKeyState(VK_CONTROL), GetKeyState(VK_MENU));); in gkbGetc()
1010 GetKeyState(VK_CONTROL), GetKeyState(VK_MENU));); in gkbGetc()
1044 GetKeyState(VK_CONTROL), GetKeyState(VK_MENU));); in gkbGetc()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/aura/
H A Dinput_state_lookup_win.cc26 return (GetKeyState(VK_LBUTTON) & 0x80) || in IsMouseButtonDown()
27 (GetKeyState(VK_RBUTTON) & 0x80) || in IsMouseButtonDown()
28 (GetKeyState(VK_MBUTTON) & 0x80) || in IsMouseButtonDown()
29 (GetKeyState(VK_XBUTTON1) & 0x80) || in IsMouseButtonDown()
30 (GetKeyState(VK_XBUTTON2) & 0x80); in IsMouseButtonDown()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/aura/
H A Dinput_state_lookup_win.cc26 return (GetKeyState(VK_LBUTTON) & 0x80) || in IsMouseButtonDown()
27 (GetKeyState(VK_RBUTTON) & 0x80) || in IsMouseButtonDown()
28 (GetKeyState(VK_MBUTTON) & 0x80) || in IsMouseButtonDown()
29 (GetKeyState(VK_XBUTTON1) & 0x80) || in IsMouseButtonDown()
30 (GetKeyState(VK_XBUTTON2) & 0x80); in IsMouseButtonDown()
/dports/x11-toolkits/tk86/tk8.6.12/win/
H A DtkWinPointer.c57 if (GetKeyState(VK_SHIFT) & 0x8000) { in TkWinGetModifierState()
60 if (GetKeyState(VK_CONTROL) & 0x8000) { in TkWinGetModifierState()
63 if (GetKeyState(VK_MENU) & 0x8000) { in TkWinGetModifierState()
66 if (GetKeyState(VK_CAPITAL) & 0x0001) { in TkWinGetModifierState()
69 if (GetKeyState(VK_NUMLOCK) & 0x0001) { in TkWinGetModifierState()
72 if (GetKeyState(VK_SCROLL) & 0x0001) { in TkWinGetModifierState()
75 if (GetKeyState(VK_LBUTTON) & 0x8000) { in TkWinGetModifierState()
78 if (GetKeyState(VK_MBUTTON) & 0x8000) { in TkWinGetModifierState()
81 if (GetKeyState(VK_RBUTTON) & 0x8000) { in TkWinGetModifierState()
84 if (GetKeyState(VK_XBUTTON1) & 0x8000) { in TkWinGetModifierState()
[all …]
/dports/x11-toolkits/tk85/tk8.5.19/win/
H A DtkWinPointer.c57 if (GetKeyState(VK_SHIFT) & 0x8000) { in TkWinGetModifierState()
60 if (GetKeyState(VK_CONTROL) & 0x8000) { in TkWinGetModifierState()
63 if (GetKeyState(VK_MENU) & 0x8000) { in TkWinGetModifierState()
66 if (GetKeyState(VK_CAPITAL) & 0x0001) { in TkWinGetModifierState()
69 if (GetKeyState(VK_NUMLOCK) & 0x0001) { in TkWinGetModifierState()
72 if (GetKeyState(VK_SCROLL) & 0x0001) { in TkWinGetModifierState()
75 if (GetKeyState(VK_LBUTTON) & 0x8000) { in TkWinGetModifierState()
78 if (GetKeyState(VK_MBUTTON) & 0x8000) { in TkWinGetModifierState()
81 if (GetKeyState(VK_RBUTTON) & 0x8000) { in TkWinGetModifierState()
/dports/x11-toolkits/tk87/tk8.7a5/win/
H A DtkWinPointer.c57 if (GetKeyState(VK_SHIFT) & 0x8000) { in TkWinGetModifierState()
60 if (GetKeyState(VK_CONTROL) & 0x8000) { in TkWinGetModifierState()
63 if (GetKeyState(VK_MENU) & 0x8000) { in TkWinGetModifierState()
66 if (GetKeyState(VK_CAPITAL) & 0x0001) { in TkWinGetModifierState()
69 if (GetKeyState(VK_NUMLOCK) & 0x0001) { in TkWinGetModifierState()
72 if (GetKeyState(VK_SCROLL) & 0x0001) { in TkWinGetModifierState()
75 if (GetKeyState(VK_LBUTTON) & 0x8000) { in TkWinGetModifierState()
78 if (GetKeyState(VK_MBUTTON) & 0x8000) { in TkWinGetModifierState()
81 if (GetKeyState(VK_RBUTTON) & 0x8000) { in TkWinGetModifierState()
84 if (GetKeyState(VK_XBUTTON1) & 0x8000) { in TkWinGetModifierState()
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/src/she/win/
H A Dvk.cpp299 if ((GetKeyState(VK_LSHIFT) & 0x8000) || in get_modifiers_from_last_win32_message()
300 (GetKeyState(VK_RSHIFT) & 0x8000)) in get_modifiers_from_last_win32_message()
302 if ((GetKeyState(VK_LCONTROL) & 0x8000) || in get_modifiers_from_last_win32_message()
303 (GetKeyState(VK_RCONTROL) & 0x8000)) in get_modifiers_from_last_win32_message()
305 if ((GetKeyState(VK_LMENU) & 0x8000) || in get_modifiers_from_last_win32_message()
306 (GetKeyState(VK_RMENU) & 0x8000)) in get_modifiers_from_last_win32_message()
308 if (GetKeyState(VK_SPACE) & 0x8000) in get_modifiers_from_last_win32_message()
310 if ((GetKeyState(VK_LWIN) & 0x8000) || in get_modifiers_from_last_win32_message()
311 (GetKeyState(VK_RWIN) & 0x8000)) in get_modifiers_from_last_win32_message()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/win/
H A DtkWinPointer.c59 if (GetKeyState(VK_SHIFT) & 0x8000) { in TkWinGetModifierState()
62 if (GetKeyState(VK_CONTROL) & 0x8000) { in TkWinGetModifierState()
65 if (GetKeyState(VK_MENU) & 0x8000) { in TkWinGetModifierState()
68 if (GetKeyState(VK_CAPITAL) & 0x0001) { in TkWinGetModifierState()
71 if (GetKeyState(VK_NUMLOCK) & 0x0001) { in TkWinGetModifierState()
74 if (GetKeyState(VK_SCROLL) & 0x0001) { in TkWinGetModifierState()
77 if (GetKeyState(VK_LBUTTON) & 0x8000) { in TkWinGetModifierState()
80 if (GetKeyState(VK_MBUTTON) & 0x8000) { in TkWinGetModifierState()
83 if (GetKeyState(VK_RBUTTON) & 0x8000) { in TkWinGetModifierState()
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL/
H A DvtkWin32RenderWindowInteractor.cxx348 this->SetAltKey(GetKeyState(VK_MENU) & (~1)); in OnMouseMove()
399 this->SetAltKey(GetKeyState(VK_MENU) & (~1)); in OnMouseWheelForward()
560 int ctrl = GetKeyState(VK_CONTROL) & (~1); in OnKeyDown()
561 int shift = GetKeyState(VK_SHIFT) & (~1); in OnKeyDown()
562 int alt = GetKeyState(VK_MENU) & (~1); in OnKeyDown()
599 int ctrl = GetKeyState(VK_CONTROL) & (~1); in OnKeyUp()
600 int shift = GetKeyState(VK_SHIFT) & (~1); in OnKeyUp()
601 int alt = GetKeyState(VK_MENU) & (~1); in OnKeyUp()
639 int ctrl = GetKeyState(VK_CONTROL) & (~1); in OnChar()
640 int shift = GetKeyState(VK_SHIFT) & (~1); in OnChar()
[all …]
/dports/math/vtk9/VTK-9.1.0/Rendering/UI/
H A DvtkWin32RenderWindowInteractor.cxx580 int ctrl = GetKeyState(VK_CONTROL) & (~1); in OnKeyDown()
581 int shift = GetKeyState(VK_SHIFT) & (~1); in OnKeyDown()
582 int alt = GetKeyState(VK_MENU) & (~1); in OnKeyDown()
615 int ctrl = GetKeyState(VK_CONTROL) & (~1); in OnKeyUp()
616 int shift = GetKeyState(VK_SHIFT) & (~1); in OnKeyUp()
617 int alt = GetKeyState(VK_MENU) & (~1); in OnKeyUp()
650 int ctrl = GetKeyState(VK_CONTROL) & (~1); in OnChar()
651 int shift = GetKeyState(VK_SHIFT) & (~1); in OnChar()
652 int alt = GetKeyState(VK_MENU) & (~1); in OnChar()
708 int ctrl = GetKeyState(VK_CONTROL) & (~1); in OnTouch()
[all …]
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkWin32RenderWindowInteractor.cxx390 this->SetAltKey(GetKeyState(VK_MENU) & (~1)); in OnMouseMove()
619 int ctrl = GetKeyState(VK_CONTROL) & (~1); in OnKeyDown()
620 int shift = GetKeyState(VK_SHIFT) & (~1); in OnKeyDown()
621 int alt = GetKeyState(VK_MENU) & (~1); in OnKeyDown()
658 int ctrl = GetKeyState(VK_CONTROL) & (~1); in OnKeyUp()
659 int shift = GetKeyState(VK_SHIFT) & (~1); in OnKeyUp()
660 int alt = GetKeyState(VK_MENU) & (~1); in OnKeyUp()
698 int ctrl = GetKeyState(VK_CONTROL) & (~1); in OnChar()
699 int shift = GetKeyState(VK_SHIFT) & (~1); in OnChar()
700 int alt = GetKeyState(VK_MENU) & (~1); in OnChar()
[all …]
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL2/
H A DvtkWin32OpenGLRenderWindowInteractor.cxx395 this->SetAltKey(GetKeyState(VK_MENU) & (~1)); in OnMouseMove()
619 int ctrl = GetKeyState(VK_CONTROL) & (~1); in OnKeyDown()
620 int shift = GetKeyState(VK_SHIFT) & (~1); in OnKeyDown()
621 int alt = GetKeyState(VK_MENU) & (~1); in OnKeyDown()
658 int ctrl = GetKeyState(VK_CONTROL) & (~1); in OnKeyUp()
659 int shift = GetKeyState(VK_SHIFT) & (~1); in OnKeyUp()
660 int alt = GetKeyState(VK_MENU) & (~1); in OnKeyUp()
698 int ctrl = GetKeyState(VK_CONTROL) & (~1); in OnChar()
699 int shift = GetKeyState(VK_SHIFT) & (~1); in OnChar()
700 int alt = GetKeyState(VK_MENU) & (~1); in OnChar()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/ptc/src/win32/base/
H A Dwin32kbd.inc110 if (GetKeyState(VK_MENU) and $8000) <> 0 then
113 if (GetKeyState(VK_SHIFT) and $8000) <> 0 then
116 if (GetKeyState(VK_CONTROL) and $8000) <> 0 then
119 if (GetKeyState(VK_LMENU) and $8000) <> 0 then
121 if (GetKeyState(VK_RMENU) and $8000) <> 0 then
124 if (GetKeyState(VK_LSHIFT) and $8000) <> 0 then
126 if (GetKeyState(VK_RSHIFT) and $8000) <> 0 then
136 if (GetKeyState(VK_NUMLOCK) and 1) <> 0 then
141 if (GetKeyState(VK_CAPITAL) and 1) <> 0 then
144 if (GetKeyState(VK_SCROLL) and $8000) <> 0 then
[all …]
/dports/devel/upp/upp/reference/WinFb/
H A DProc.cpp9 bool GetShift() { return !!(GetKeyState(VK_SHIFT) & 0x8000); } in GetShift()
10 bool GetCtrl() { return !!(GetKeyState(VK_CONTROL) & 0x8000); } in GetCtrl()
11 bool GetAlt() { return !!(GetKeyState(VK_MENU) & 0x8000); } in GetAlt()
12 bool GetCapsLock() { return !!(GetKeyState(VK_CAPITAL) & 1); } in GetCapsLock()
13 bool GetMouseLeft() { return !!(GetKeyState(VK_LBUTTON) & 0x8000); } in GetMouseLeft()
14 bool GetMouseRight() { return !!(GetKeyState(VK_RBUTTON) & 0x8000); } in GetMouseRight()
15 bool GetMouseMiddle() { return !!(GetKeyState(VK_MBUTTON) & 0x8000); } in GetMouseMiddle()
/dports/games/openclonk/openclonk-release-8.1-src/src/platform/
H A DC4WindowWin32.cpp152 …boardInput(scancode, KEYEV_Up, !!(lParam & 0x20000000), GetKeyState(VK_CONTROL) < 0, GetKeyState(V… in FullScreenWinProc()
156 …ardInput(scancode, KEYEV_Down, !!(lParam & 0x20000000), GetKeyState(VK_CONTROL) < 0, GetKeyState(V… in FullScreenWinProc()
161 …ardInput(scancode, KEYEV_Down, !!(lParam & 0x20000000), GetKeyState(VK_CONTROL) < 0, GetKeyState(V… in FullScreenWinProc()
260 …2scancode(msg), KEYEV_Up, !!(msg->lParam & 0x20000000), GetKeyState(VK_CONTROL) < 0, GetKeyState(V… in ConsoleHandleWin32KeyboardMessage()
305 …boardInput(scancode, KEYEV_Up, !!(lParam & 0x20000000), GetKeyState(VK_CONTROL) < 0, GetKeyState(V… in ViewportWinProc()
456 if(GetKeyState(VK_CONTROL) < 0) dwKeyState |= MK_CONTROL; in ViewportWinProc()
457 if(GetKeyState(VK_SHIFT) < 0) dwKeyState |= MK_SHIFT; in ViewportWinProc()
458 if(GetKeyState(VK_MENU) < 0) dwKeyState |= MK_ALT; in ViewportWinProc()
514 …ardInput(scancode, KEYEV_Down, !!(lParam & 0x20000000), GetKeyState(VK_CONTROL) < 0, GetKeyState(V… in DialogWinProc()
518 …boardInput(scancode, KEYEV_Up, !!(lParam & 0x20000000), GetKeyState(VK_CONTROL) < 0, GetKeyState(V… in DialogWinProc()
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xwin/
H A Dwinkeybd.c211 if (GetKeyState(VK_NUMLOCK) & 0x0001) { in winInitializeModeKeyStates()
217 if (GetKeyState(VK_CAPITAL) & 0x0001) { in winInitializeModeKeyStates()
223 if (GetKeyState(VK_SCROLL) & 0x0001) { in winInitializeModeKeyStates()
229 if (GetKeyState(VK_KANA) & 0x0001) { in winInitializeModeKeyStates()
309 dwKeyState = GetKeyState(VK_NUMLOCK) & 0x0001; in winRestoreModeKeyStates()
315 dwKeyState = GetKeyState(VK_CAPITAL) & 0x0001; in winRestoreModeKeyStates()
321 dwKeyState = GetKeyState(VK_SCROLL) & 0x0001; in winRestoreModeKeyStates()
327 dwKeyState = GetKeyState(VK_KANA) & 0x0001; in winRestoreModeKeyStates()
538 if (GetKeyState(VK_SHIFT) & 0x8000) in winFixShiftKeys()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xwin/
H A Dwinkeybd.c211 if (GetKeyState(VK_NUMLOCK) & 0x0001) { in winInitializeModeKeyStates()
217 if (GetKeyState(VK_CAPITAL) & 0x0001) { in winInitializeModeKeyStates()
223 if (GetKeyState(VK_SCROLL) & 0x0001) { in winInitializeModeKeyStates()
229 if (GetKeyState(VK_KANA) & 0x0001) { in winInitializeModeKeyStates()
309 dwKeyState = GetKeyState(VK_NUMLOCK) & 0x0001; in winRestoreModeKeyStates()
315 dwKeyState = GetKeyState(VK_CAPITAL) & 0x0001; in winRestoreModeKeyStates()
321 dwKeyState = GetKeyState(VK_SCROLL) & 0x0001; in winRestoreModeKeyStates()
327 dwKeyState = GetKeyState(VK_KANA) & 0x0001; in winRestoreModeKeyStates()
538 if (GetKeyState(VK_SHIFT) & 0x8000) in winFixShiftKeys()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xwin/
H A Dwinkeybd.c211 if (GetKeyState(VK_NUMLOCK) & 0x0001) { in winInitializeModeKeyStates()
217 if (GetKeyState(VK_CAPITAL) & 0x0001) { in winInitializeModeKeyStates()
223 if (GetKeyState(VK_SCROLL) & 0x0001) { in winInitializeModeKeyStates()
229 if (GetKeyState(VK_KANA) & 0x0001) { in winInitializeModeKeyStates()
309 dwKeyState = GetKeyState(VK_NUMLOCK) & 0x0001; in winRestoreModeKeyStates()
315 dwKeyState = GetKeyState(VK_CAPITAL) & 0x0001; in winRestoreModeKeyStates()
321 dwKeyState = GetKeyState(VK_SCROLL) & 0x0001; in winRestoreModeKeyStates()
327 dwKeyState = GetKeyState(VK_KANA) & 0x0001; in winRestoreModeKeyStates()
538 if (GetKeyState(VK_SHIFT) & 0x8000) in winFixShiftKeys()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xwin/
H A Dwinkeybd.c211 if (GetKeyState(VK_NUMLOCK) & 0x0001) { in winInitializeModeKeyStates()
217 if (GetKeyState(VK_CAPITAL) & 0x0001) { in winInitializeModeKeyStates()
223 if (GetKeyState(VK_SCROLL) & 0x0001) { in winInitializeModeKeyStates()
229 if (GetKeyState(VK_KANA) & 0x0001) { in winInitializeModeKeyStates()
309 dwKeyState = GetKeyState(VK_NUMLOCK) & 0x0001; in winRestoreModeKeyStates()
315 dwKeyState = GetKeyState(VK_CAPITAL) & 0x0001; in winRestoreModeKeyStates()
321 dwKeyState = GetKeyState(VK_SCROLL) & 0x0001; in winRestoreModeKeyStates()
327 dwKeyState = GetKeyState(VK_KANA) & 0x0001; in winRestoreModeKeyStates()
538 if (GetKeyState(VK_SHIFT) & 0x8000) in winFixShiftKeys()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xwin/
H A Dwinkeybd.c211 if (GetKeyState(VK_NUMLOCK) & 0x0001) { in winInitializeModeKeyStates()
217 if (GetKeyState(VK_CAPITAL) & 0x0001) { in winInitializeModeKeyStates()
223 if (GetKeyState(VK_SCROLL) & 0x0001) { in winInitializeModeKeyStates()
229 if (GetKeyState(VK_KANA) & 0x0001) { in winInitializeModeKeyStates()
309 dwKeyState = GetKeyState(VK_NUMLOCK) & 0x0001; in winRestoreModeKeyStates()
315 dwKeyState = GetKeyState(VK_CAPITAL) & 0x0001; in winRestoreModeKeyStates()
321 dwKeyState = GetKeyState(VK_SCROLL) & 0x0001; in winRestoreModeKeyStates()
327 dwKeyState = GetKeyState(VK_KANA) & 0x0001; in winRestoreModeKeyStates()
538 if (GetKeyState(VK_SHIFT) & 0x8000) in winFixShiftKeys()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xwin/
H A Dwinkeybd.c211 if (GetKeyState(VK_NUMLOCK) & 0x0001) { in winInitializeModeKeyStates()
217 if (GetKeyState(VK_CAPITAL) & 0x0001) { in winInitializeModeKeyStates()
223 if (GetKeyState(VK_SCROLL) & 0x0001) { in winInitializeModeKeyStates()
229 if (GetKeyState(VK_KANA) & 0x0001) { in winInitializeModeKeyStates()
309 dwKeyState = GetKeyState(VK_NUMLOCK) & 0x0001; in winRestoreModeKeyStates()
315 dwKeyState = GetKeyState(VK_CAPITAL) & 0x0001; in winRestoreModeKeyStates()
321 dwKeyState = GetKeyState(VK_SCROLL) & 0x0001; in winRestoreModeKeyStates()
327 dwKeyState = GetKeyState(VK_KANA) & 0x0001; in winRestoreModeKeyStates()
538 if (GetKeyState(VK_SHIFT) & 0x8000) in winFixShiftKeys()
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xwin/
H A Dwinkeybd.c211 if (GetKeyState(VK_NUMLOCK) & 0x0001) { in winInitializeModeKeyStates()
217 if (GetKeyState(VK_CAPITAL) & 0x0001) { in winInitializeModeKeyStates()
223 if (GetKeyState(VK_SCROLL) & 0x0001) { in winInitializeModeKeyStates()
229 if (GetKeyState(VK_KANA) & 0x0001) { in winInitializeModeKeyStates()
309 dwKeyState = GetKeyState(VK_NUMLOCK) & 0x0001; in winRestoreModeKeyStates()
315 dwKeyState = GetKeyState(VK_CAPITAL) & 0x0001; in winRestoreModeKeyStates()
321 dwKeyState = GetKeyState(VK_SCROLL) & 0x0001; in winRestoreModeKeyStates()
327 dwKeyState = GetKeyState(VK_KANA) & 0x0001; in winRestoreModeKeyStates()
538 if (GetKeyState(VK_SHIFT) & 0x8000) in winFixShiftKeys()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xwin/
H A Dwinkeybd.c211 if (GetKeyState(VK_NUMLOCK) & 0x0001) { in winInitializeModeKeyStates()
217 if (GetKeyState(VK_CAPITAL) & 0x0001) { in winInitializeModeKeyStates()
223 if (GetKeyState(VK_SCROLL) & 0x0001) { in winInitializeModeKeyStates()
229 if (GetKeyState(VK_KANA) & 0x0001) { in winInitializeModeKeyStates()
309 dwKeyState = GetKeyState(VK_NUMLOCK) & 0x0001; in winRestoreModeKeyStates()
315 dwKeyState = GetKeyState(VK_CAPITAL) & 0x0001; in winRestoreModeKeyStates()
321 dwKeyState = GetKeyState(VK_SCROLL) & 0x0001; in winRestoreModeKeyStates()
327 dwKeyState = GetKeyState(VK_KANA) & 0x0001; in winRestoreModeKeyStates()
538 if (GetKeyState(VK_SHIFT) & 0x8000) in winFixShiftKeys()

12345678910>>...44