Home
last modified time | relevance | path

Searched refs:LLKHF_UP (Results 1 – 25 of 186) sorted by relevance

12345678

/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xwin/
H A Dwinkeyhook.c48 #ifndef LLKHF_UP
49 #define LLKHF_UP 0x00000080 macro
115 lParamKey = lParamKey | (0x80000000 & ((p->flags & LLKHF_UP) << 24)); in winKeyboardMessageHookLL()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xwin/
H A Dwinkeyhook.c48 #ifndef LLKHF_UP
49 #define LLKHF_UP 0x00000080 macro
115 lParamKey = lParamKey | (0x80000000 & ((p->flags & LLKHF_UP) << 24)); in winKeyboardMessageHookLL()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xwin/
H A Dwinkeyhook.c48 #ifndef LLKHF_UP
49 #define LLKHF_UP 0x00000080 macro
115 lParamKey = lParamKey | (0x80000000 & ((p->flags & LLKHF_UP) << 24)); in winKeyboardMessageHookLL()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xwin/
H A Dwinkeyhook.c48 #ifndef LLKHF_UP
49 #define LLKHF_UP 0x00000080 macro
115 lParamKey = lParamKey | (0x80000000 & ((p->flags & LLKHF_UP) << 24)); in winKeyboardMessageHookLL()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xwin/
H A Dwinkeyhook.c48 #ifndef LLKHF_UP
49 #define LLKHF_UP 0x00000080 macro
115 lParamKey = lParamKey | (0x80000000 & ((p->flags & LLKHF_UP) << 24)); in winKeyboardMessageHookLL()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xwin/
H A Dwinkeyhook.c48 #ifndef LLKHF_UP
49 #define LLKHF_UP 0x00000080 macro
115 lParamKey = lParamKey | (0x80000000 & ((p->flags & LLKHF_UP) << 24)); in winKeyboardMessageHookLL()
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xwin/
H A Dwinkeyhook.c48 #ifndef LLKHF_UP
49 #define LLKHF_UP 0x00000080 macro
115 lParamKey = lParamKey | (0x80000000 & ((p->flags & LLKHF_UP) << 24)); in winKeyboardMessageHookLL()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xwin/
H A Dwinkeyhook.c48 #ifndef LLKHF_UP
49 #define LLKHF_UP 0x00000080 macro
115 lParamKey = lParamKey | (0x80000000 & ((p->flags & LLKHF_UP) << 24)); in winKeyboardMessageHookLL()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xwin/
H A Dwinkeyhook.c48 #ifndef LLKHF_UP
49 #define LLKHF_UP 0x00000080 macro
115 lParamKey = lParamKey | (0x80000000 & ((p->flags & LLKHF_UP) << 24)); in winKeyboardMessageHookLL()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_base/base/platform/win/
H A Dbase_global_shortcuts_win.cpp49 const auto transitionState = ((press->flags & LLKHF_UP) != 0); in ProcessHookedKeyboardEvent()
/dports/sysutils/barrier/barrier-2.3.3/src/lib/platform/
H A DMSWindowsHook.cpp423 if (info->flags & LLKHF_UP) { in keyboardLLHook()
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/lib/platform/
H A DMSWindowsHook.cpp491 if (info->flags & LLKHF_UP) { in keyboardLLHook()
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A Dwx-sdl2-display.c354 int key_state = !(p->flags & LLKHF_UP); in LowLevelKeyboardProc()
/dports/net/freerdp/freerdp-2.5.0/client/Windows/
H A Dwf_event.c136 freerdp_input_send_keyboard_event_ex(input, !(p->flags & LLKHF_UP), rdp_scancode); in wf_ll_kbd_proc()
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DGlobalShortcut_win.cpp389 bool up = !!(key->flags & LLKHF_UP);
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DGlobalShortcut_win.cpp389 bool up = !!(key->flags & LLKHF_UP);
/dports/emulators/bochs/bochs-2.7/gui/
H A Dwin32.cc493 Bit32u press_release = (p->flags & LLKHF_UP) ? BX_KEY_RELEASED : BX_KEY_PRESSED; in LowLevelKeyboardProc()
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/libs/win32/
H A Dconstants.py1256 LLKHF_UP = 128 variable
/dports/x11/xpra/xpra-4.3/xpra/platform/win32/
H A Dconstants.py2199 LLKHF_UP=128 variable
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/libs/win32/
H A Dconstants.py1266 LLKHF_UP = 128 variable
/dports/graphics/libemf/libemf-1.0.13/include/libEMF/wine/
H A Dwinuser.h277 #define LLKHF_UP (KF_UP >> 8) macro
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dwinuser.d2445 enum LLKHF_UP = (KF_UP >> 8);
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwinuser.d2445 enum LLKHF_UP = (KF_UP >> 8);
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dwinuser.d2444 enum LLKHF_UP = (KF_UP >> 8);
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dwinuser.d2445 enum LLKHF_UP = (KF_UP >> 8);

12345678