Home
last modified time | relevance | path

Searched refs:wShift (Results 1 – 13 of 13) sorted by relevance

/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xwin/
H A Dwinwndproc.c913 WPARAM wL, wM, wR, wShift, wCtrl; in winWindowProc() local
935 wShift = (GetKeyState(VK_SHIFT) & 0x8000) ? MK_SHIFT : 0; in winWindowProc()
939 PostMessage(hwnd, WM_LBUTTONUP, wCtrl | wM | wR | wShift, lPos); in winWindowProc()
941 PostMessage(hwnd, WM_MBUTTONUP, wCtrl | wL | wR | wShift, lPos); in winWindowProc()
943 PostMessage(hwnd, WM_RBUTTONUP, wCtrl | wL | wM | wShift, lPos); in winWindowProc()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xwin/
H A Dwinwndproc.c913 WPARAM wL, wM, wR, wShift, wCtrl; in winWindowProc() local
935 wShift = (GetKeyState(VK_SHIFT) & 0x8000) ? MK_SHIFT : 0; in winWindowProc()
939 PostMessage(hwnd, WM_LBUTTONUP, wCtrl | wM | wR | wShift, lPos); in winWindowProc()
941 PostMessage(hwnd, WM_MBUTTONUP, wCtrl | wL | wR | wShift, lPos); in winWindowProc()
943 PostMessage(hwnd, WM_RBUTTONUP, wCtrl | wL | wM | wShift, lPos); in winWindowProc()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xwin/
H A Dwinwndproc.c913 WPARAM wL, wM, wR, wShift, wCtrl; in winWindowProc() local
935 wShift = (GetKeyState(VK_SHIFT) & 0x8000) ? MK_SHIFT : 0; in winWindowProc()
939 PostMessage(hwnd, WM_LBUTTONUP, wCtrl | wM | wR | wShift, lPos); in winWindowProc()
941 PostMessage(hwnd, WM_MBUTTONUP, wCtrl | wL | wR | wShift, lPos); in winWindowProc()
943 PostMessage(hwnd, WM_RBUTTONUP, wCtrl | wL | wM | wShift, lPos); in winWindowProc()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xwin/
H A Dwinwndproc.c866 WPARAM wL, wM, wR, wShift, wCtrl; in winWindowProc() local
888 wShift = (GetKeyState(VK_SHIFT) & 0x8000) ? MK_SHIFT : 0; in winWindowProc()
892 PostMessage(hwnd, WM_LBUTTONUP, wCtrl | wM | wR | wShift, lPos); in winWindowProc()
894 PostMessage(hwnd, WM_MBUTTONUP, wCtrl | wL | wR | wShift, lPos); in winWindowProc()
896 PostMessage(hwnd, WM_RBUTTONUP, wCtrl | wL | wM | wShift, lPos); in winWindowProc()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xwin/
H A Dwinwndproc.c913 WPARAM wL, wM, wR, wShift, wCtrl; in winWindowProc() local
935 wShift = (GetKeyState(VK_SHIFT) & 0x8000) ? MK_SHIFT : 0; in winWindowProc()
939 PostMessage(hwnd, WM_LBUTTONUP, wCtrl | wM | wR | wShift, lPos); in winWindowProc()
941 PostMessage(hwnd, WM_MBUTTONUP, wCtrl | wL | wR | wShift, lPos); in winWindowProc()
943 PostMessage(hwnd, WM_RBUTTONUP, wCtrl | wL | wM | wShift, lPos); in winWindowProc()
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xwin/
H A Dwinwndproc.c913 WPARAM wL, wM, wR, wShift, wCtrl; in winWindowProc() local
935 wShift = (GetKeyState(VK_SHIFT) & 0x8000) ? MK_SHIFT : 0; in winWindowProc()
939 PostMessage(hwnd, WM_LBUTTONUP, wCtrl | wM | wR | wShift, lPos); in winWindowProc()
941 PostMessage(hwnd, WM_MBUTTONUP, wCtrl | wL | wR | wShift, lPos); in winWindowProc()
943 PostMessage(hwnd, WM_RBUTTONUP, wCtrl | wL | wM | wShift, lPos); in winWindowProc()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xwin/
H A Dwinwndproc.c913 WPARAM wL, wM, wR, wShift, wCtrl; in winWindowProc() local
935 wShift = (GetKeyState(VK_SHIFT) & 0x8000) ? MK_SHIFT : 0; in winWindowProc()
939 PostMessage(hwnd, WM_LBUTTONUP, wCtrl | wM | wR | wShift, lPos); in winWindowProc()
941 PostMessage(hwnd, WM_MBUTTONUP, wCtrl | wL | wR | wShift, lPos); in winWindowProc()
943 PostMessage(hwnd, WM_RBUTTONUP, wCtrl | wL | wM | wShift, lPos); in winWindowProc()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xwin/
H A Dwinwndproc.c866 WPARAM wL, wM, wR, wShift, wCtrl; in winWindowProc() local
888 wShift = (GetKeyState(VK_SHIFT) & 0x8000) ? MK_SHIFT : 0; in winWindowProc()
892 PostMessage(hwnd, WM_LBUTTONUP, wCtrl | wM | wR | wShift, lPos); in winWindowProc()
894 PostMessage(hwnd, WM_MBUTTONUP, wCtrl | wL | wR | wShift, lPos); in winWindowProc()
896 PostMessage(hwnd, WM_RBUTTONUP, wCtrl | wL | wM | wShift, lPos); in winWindowProc()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xwin/
H A Dwinwndproc.c913 WPARAM wL, wM, wR, wShift, wCtrl; in winWindowProc() local
935 wShift = (GetKeyState(VK_SHIFT) & 0x8000) ? MK_SHIFT : 0; in winWindowProc()
939 PostMessage(hwnd, WM_LBUTTONUP, wCtrl | wM | wR | wShift, lPos); in winWindowProc()
941 PostMessage(hwnd, WM_MBUTTONUP, wCtrl | wL | wR | wShift, lPos); in winWindowProc()
943 PostMessage(hwnd, WM_RBUTTONUP, wCtrl | wL | wM | wShift, lPos); in winWindowProc()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/scripts/Octave/wienerHammersteinTests/
H A DtestAlgorithm.m97 wShift = fWhead - nWhead; variable
101 alignShift = cShift + wShift;
/dports/japanese/ng/ng-1.4.4/sys/msdos/
H A Dfepctrl.c1256 short wShift; /* shift key status */ member
/dports/japanese/ng-canna/ng-1.4.4/sys/msdos/
H A Dfepctrl.c1256 short wShift; /* shift key status */ member
/dports/japanese/ng-devel/ng-1.5beta1/sys/msdos/
H A Dfepctrl.c1256 short wShift; /* shift key status */ member