Home
last modified time | relevance | path

Searched refs:GetKeyNameText (Results 1 – 25 of 65) sorted by relevance

123

/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstSystemKeyboard.cpp82 length = ::GetKeyNameText( key, Ptr(), Capacity() + 1 ); in Set()
/dports/lang/polyml/polyml-5.8.2/mlsource/extra/Win/
H A DKeyboard.sml55 GetKeyNameText
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_base/base/platform/win/
H A Dbase_global_shortcuts_win.cpp213 return GetKeyNameText(lParam, buffer, kLimit) in KeyName()
/dports/misc/visp/visp-3.4.0/modules/gui/src/display/windows/
H A DvpWin32Window.cpp160 GetKeyNameText((LONG)lParam, window->lpString, in WndProc()
/dports/misc/actiona/actiona-3.10.1/actiontools/
H A Dkeyboardkey_windows.cpp282 int result = GetKeyNameText(scanCode << 16, name, 256); in nativeKeyName()
/dports/emulators/mess/mame-mame0226/src/osd/modules/input/
H A Dinput_win32.cpp86 …if (GetKeyNameText(((keynum & 0x7f) << 16) | ((keynum & 0x80) << 17), keyname, ARRAY_LENGTH(keynam… in input_init()
H A Dinput_rawinput.cpp677 …if (GetKeyNameText(((keynum & 0x7f) << 16) | ((keynum & 0x80) << 17), keyname, ARRAY_LENGTH(keynam… in add_rawinput_device()
/dports/emulators/mame/mame-mame0226/src/osd/modules/input/
H A Dinput_win32.cpp86 …if (GetKeyNameText(((keynum & 0x7f) << 16) | ((keynum & 0x80) << 17), keyname, ARRAY_LENGTH(keynam… in input_init()
H A Dinput_rawinput.cpp677 …if (GetKeyNameText(((keynum & 0x7f) << 16) | ((keynum & 0x80) << 17), keyname, ARRAY_LENGTH(keynam… in add_rawinput_device()
/dports/devel/allegro/allegro-4.4.3.1/src/win/
H A Dwkeybd.c801 if (GetKeyNameText(reverse_mapping[scancode], str, sizeof str)) { in key_directx_scancode_to_name()
H A Dwwnd.c237 GetKeyNameText(lparam, str, sizeof str); in directx_wnd_proc()
/dports/math/vtk9/VTK-9.1.0/Utilities/Upgrading/
H A DFindWindowsMangledMethods.cmake337 GetKeyNameText
/dports/math/vtk8/VTK-8.2.0/Utilities/Upgrading/
H A DFindWindowsMangledMethods.cmake337 GetKeyNameText
/dports/math/vtk6/VTK-6.2.0/Utilities/Upgrading/
H A DFindWindowsMangledMethods.cmake337 GetKeyNameText
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/win32/
H A Dgdkmain-win32.c778 if (GetKeyNameText (lParam, buf, sizeof (buf)) && in _gdk_win32_key_to_string()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/win32/
H A Dgdkmain-win32.c808 if (GetKeyNameText (lParam, buf, sizeof (buf)) && in _gdk_win32_key_to_string()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/win32/
H A Dgdkmain-win32.c1082 if (GetKeyNameText (lParam, buf, sizeof (buf)) && in _gdk_win32_key_to_string()
/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4KeyboardInput.cpp470 int len = GetKeyNameText(wCode<<16, buf, 100); in KeyCode2String()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/plugins/PadSSSPSX/
H A DPadSSSPSX.cpp515 else if (GetKeyNameText (key << 16, buff, sizeof (buff)) == 0) in set_label()
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dwinlayer.c930 if (GetKeyNameText(vsc, tbuf, 24) == 0) return; in putkeyname()
/dports/www/firefox-esr/firefox-91.8.0/config/
H A Dwindows-h-unicode.decls.h694 int GetKeyNameText(LONG, LPTSTR, int);
/dports/mail/thunderbird/thunderbird-91.8.0/config/
H A Dwindows-h-unicode.decls.h694 int GetKeyNameText(LONG, LPTSTR, int);
/dports/lang/spidermonkey78/firefox-78.9.0/config/
H A Dwindows-h-unicode.decls.h694 int GetKeyNameText(LONG, LPTSTR, int);
/dports/www/firefox/firefox-99.0/config/
H A Dwindows-h-unicode.decls.h694 int GetKeyNameText(LONG, LPTSTR, int);
/dports/devel/upp/upp/bazaar/plugin/tcc/include/winapi/
H A Dwinuser.h3239 #define GetKeyNameText GetKeyNameTextW macro
3392 #define GetKeyNameText GetKeyNameTextA macro

123