Home
last modified time | relevance | path

Searched refs:lpKeyState (Results 1 – 25 of 204) sorted by relevance

123456789

/dports/games/lwjgl/lwjgl-2df01dd/src/native/windows/
H A Dorg_lwjgl_opengl_WindowsKeyboard.c65 const PBYTE lpKeyState = (*env)->GetDirectBufferAddress(env, lpKeyState_obj); in Java_org_lwjgl_opengl_WindowsKeyboard_ToUnicode() local
67 return ToUnicode(wVirtKey, wScanCode, lpKeyState, pwszBuff, cchBuff, flags); in Java_org_lwjgl_opengl_WindowsKeyboard_ToUnicode()
71 const PBYTE lpKeyState = (*env)->GetDirectBufferAddress(env, lpKeyState_obj); in Java_org_lwjgl_opengl_WindowsKeyboard_ToAscii() local
73 return ToAscii(wVirtKey, wScanCode, lpKeyState, lpChar, flags); in Java_org_lwjgl_opengl_WindowsKeyboard_ToAscii()
77 PBYTE lpKeyState = (*env)->GetDirectBufferAddress(env, lpKeyState_obj); in Java_org_lwjgl_opengl_WindowsKeyboard_GetKeyboardState() local
78 return GetKeyboardState(lpKeyState); in Java_org_lwjgl_opengl_WindowsKeyboard_GetKeyboardState()
/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/opengl/
H A DWindowsKeyboard.java85 …private static native int ToUnicode(int wVirtKey, int wScanCode, ByteBuffer lpKeyState, CharBuffer… in ToUnicode() argument
86 …private static native int ToAscii(int wVirtKey, int wScanCode, ByteBuffer lpKeyState, ByteBuffer l… in ToAscii() argument
87 private static native int GetKeyboardState(ByteBuffer lpKeyState); in GetKeyboardState() argument
/dports/editors/abiword/abiword-3.0.5/src/af/ev/win/
H A Dev_Win32Keyboard.h56 CONST PBYTE lpKeyState, LPWSTR pwszBuff, int cchBuff);
59 CONST PBYTE lpKeyState, LPWSTR pwszBuff, int cchBuff,
H A Dev_Win32Keyboard.cpp445 int ev_Win32Keyboard::_scanCodeToChars(UINT nVirtKey, UINT wScanCode, CONST PBYTE lpKeyState, in _scanCodeToChars() argument
449 return (*m_pToUnicodeEx)(nVirtKey,wScanCode,lpKeyState,pwszBuff,cchBuff,0,m_hKeyboardLayout); in _scanCodeToChars()
/dports/misc/vxl/vxl-3.3.2/core/vgui/impl/mfc/
H A Dvgui_mfc_adaptor.cxx601 unsigned char lpKeyState[256]; in mfc_key() local
602 std::memset(lpKeyState, 0, 256); in mfc_key()
605 int is_ok = ToAscii(nChar, nFlags & 0xff, lpKeyState, buf, 0); in mfc_key()
612 lpKeyState[VK_SHIFT] = GetKeyState(VK_SHIFT); in mfc_key()
613 lpKeyState[VK_CONTROL] = GetKeyState(VK_CONTROL); in mfc_key()
615 is_ok = ToAscii(nChar, nFlags & 0xff, lpKeyState, buf, 0); in mfc_key()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A Dfxkeyboard.cpp387 int WINAPI wkbToUnicodeExStub(UINT uVirtKey,UINT uScanCode,const BYTE* lpKeyState,LPWSTR pwszBuff,i… in wkbToUnicodeExStub() argument
400 return ToUnicodeEx(uVirtKey, uScanCode, lpKeyState, pwszBuff, cchBuff, wFlags, dwhkl); in wkbToUnicodeExStub()
405 int WINAPI wkbToUnicodeExWin9x(UINT uVirtKey,UINT uScanCode,const BYTE* lpKeyState,LPWSTR pwszBuff,… in wkbToUnicodeExWin9x() argument
407 int cnt=ToAsciiEx(uVirtKey,uScanCode,(BYTE*)lpKeyState,&c,wFlags,dwhkl); in wkbToUnicodeExWin9x()
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A Dfxkeyboard.cpp390 int WINAPI wkbToUnicodeExStub(UINT uVirtKey,UINT uScanCode,const BYTE* lpKeyState,LPWSTR pwszBuff,i… in wkbToUnicodeExStub() argument
403 return ToUnicodeEx(uVirtKey, uScanCode, lpKeyState, pwszBuff, cchBuff, wFlags, dwhkl); in wkbToUnicodeExStub()
408 int WINAPI wkbToUnicodeExWin9x(UINT uVirtKey,UINT uScanCode,const BYTE* lpKeyState,LPWSTR pwszBuff,… in wkbToUnicodeExWin9x() argument
410 int cnt=ToAsciiEx(uVirtKey,uScanCode,(BYTE*)lpKeyState,&c,wFlags,dwhkl); in wkbToUnicodeExWin9x()
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A Dfxkeyboard.cpp390 int WINAPI wkbToUnicodeExStub(UINT uVirtKey,UINT uScanCode,const BYTE* lpKeyState,LPWSTR pwszBuff,i… in wkbToUnicodeExStub() argument
403 return ToUnicodeEx(uVirtKey, uScanCode, lpKeyState, pwszBuff, cchBuff, wFlags, dwhkl); in wkbToUnicodeExStub()
408 int WINAPI wkbToUnicodeExWin9x(UINT uVirtKey,UINT uScanCode,const BYTE* lpKeyState,LPWSTR pwszBuff,… in wkbToUnicodeExWin9x() argument
410 int cnt=ToAsciiEx(uVirtKey,uScanCode,(BYTE*)lpKeyState,&c,wFlags,dwhkl); in wkbToUnicodeExWin9x()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A Dfxkeyboard.cpp387 int WINAPI wkbToUnicodeExStub(UINT uVirtKey,UINT uScanCode,const BYTE* lpKeyState,LPWSTR pwszBuff,i… in wkbToUnicodeExStub() argument
400 return ToUnicodeEx(uVirtKey, uScanCode, lpKeyState, pwszBuff, cchBuff, wFlags, dwhkl); in wkbToUnicodeExStub()
405 int WINAPI wkbToUnicodeExWin9x(UINT uVirtKey,UINT uScanCode,const BYTE* lpKeyState,LPWSTR pwszBuff,… in wkbToUnicodeExWin9x() argument
407 int cnt=ToAsciiEx(uVirtKey,uScanCode,(BYTE*)lpKeyState,&c,wFlags,dwhkl); in wkbToUnicodeExWin9x()
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/exp/shiny/driver/internal/win32/
H A Dzsyscall_windows.go166 func _GetKeyboardState(lpKeyState *byte) (err error) {
167 …r1, _, e1 := syscall.Syscall(procGetKeyboardState.Addr(), 1, uintptr(unsafe.Pointer(lpKeyState)), …
277 func _ToUnicodeEx(wVirtKey uint32, wScanCode uint32, lpKeyState *byte, pwszBuff *uint16, cchBuff in…
278 …dr(), 7, uintptr(wVirtKey), uintptr(wScanCode), uintptr(unsafe.Pointer(lpKeyState)), uintptr(unsaf…
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/exp/shiny/driver/internal/win32/
H A Dzsyscall_windows.go166 func _GetKeyboardState(lpKeyState *byte) (err error) {
167 …r1, _, e1 := syscall.Syscall(procGetKeyboardState.Addr(), 1, uintptr(unsafe.Pointer(lpKeyState)), …
277 func _ToUnicodeEx(wVirtKey uint32, wScanCode uint32, lpKeyState *byte, pwszBuff *uint16, cchBuff in…
278 …dr(), 7, uintptr(wVirtKey), uintptr(wScanCode), uintptr(unsafe.Pointer(lpKeyState)), uintptr(unsaf…
/dports/misc/vxl/vxl-3.3.2/core/vgui/impl/win32/
H A Dvgui_win32_adaptor.cxx632 unsigned char lpKeyState[256]; in translate_key() local
633 std::memset(lpKeyState, 0, 256); in translate_key()
636 int is_ok = ToAscii(nChar, nFlags & 0xff, lpKeyState, buf, 0); in translate_key()
643 lpKeyState[VK_SHIFT] = GetKeyState(VK_SHIFT); in translate_key()
644 lpKeyState[VK_CONTROL] = GetKeyState(VK_CONTROL); in translate_key()
646 is_ok = ToAscii(nChar, nFlags & 0xff, lpKeyState, buf, 0); in translate_key()
/dports/editors/lazarus/lazarus/components/lclextensions/
H A Ddelphicompat.pas97 function GetKeyboardState({%H-}lpKeyState:PBYTE):BOOLEAN; in GetKeyboardState()
129 function ToAscii({%H-}uVirtKey, {%H-}uScanCode:LongWord; {%H-}lpKeyState: PByte; {%H-}lpChar: PWord… in ToAscii()
/dports/editors/lazarus-qt5/lazarus/components/lclextensions/
H A Ddelphicompat.pas97 function GetKeyboardState({%H-}lpKeyState:PBYTE):BOOLEAN; in GetKeyboardState()
129 function ToAscii({%H-}uVirtKey, {%H-}uScanCode:LongWord; {%H-}lpKeyState: PByte; {%H-}lpChar: PWord… in ToAscii()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lclextensions/
H A Ddelphicompat.pas97 function GetKeyboardState({%H-}lpKeyState:PBYTE):BOOLEAN; in GetKeyboardState()
129 function ToAscii({%H-}uVirtKey, {%H-}uScanCode:LongWord; {%H-}lpKeyState: PByte; {%H-}lpChar: PWord… in ToAscii()
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lclextensions/
H A Ddelphicompat.pas97 function GetKeyboardState({%H-}lpKeyState:PBYTE):BOOLEAN; in GetKeyboardState()
129 function ToAscii({%H-}uVirtKey, {%H-}uScanCode:LongWord; {%H-}lpKeyState: PByte; {%H-}lpChar: PWord… in ToAscii()
/dports/editors/lazarus/lazarus/components/lclextensions/include/win32/
H A Ddelphicompat.inc124 function GetKeyboardState(lpKeyState: PBYTE): BOOLEAN;
126 Result := Windows.GetKeyboardState(lpKeyState);
252 function ToAscii(uVirtKey, uScanCode: LongWord; lpKeyState: PBYTE;
255 Result := Windows.ToAscii(uVirtKey,uScanCode,lpKeyState,lpChar,uFlags);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lclextensions/include/win32/
H A Ddelphicompat.inc124 function GetKeyboardState(lpKeyState: PBYTE): BOOLEAN;
126 Result := Windows.GetKeyboardState(lpKeyState);
252 function ToAscii(uVirtKey, uScanCode: LongWord; lpKeyState: PBYTE;
255 Result := Windows.ToAscii(uVirtKey,uScanCode,lpKeyState,lpChar,uFlags);
/dports/editors/lazarus-qt5/lazarus/components/lclextensions/include/win32/
H A Ddelphicompat.inc124 function GetKeyboardState(lpKeyState: PBYTE): BOOLEAN;
126 Result := Windows.GetKeyboardState(lpKeyState);
252 function ToAscii(uVirtKey, uScanCode: LongWord; lpKeyState: PBYTE;
255 Result := Windows.ToAscii(uVirtKey,uScanCode,lpKeyState,lpChar,uFlags);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lclextensions/include/win32/
H A Ddelphicompat.inc124 function GetKeyboardState(lpKeyState: PBYTE): BOOLEAN;
126 Result := Windows.GetKeyboardState(lpKeyState);
252 function ToAscii(uVirtKey, uScanCode: LongWord; lpKeyState: PBYTE;
255 Result := Windows.ToAscii(uVirtKey,uScanCode,lpKeyState,lpChar,uFlags);
/dports/editors/lazarus/lazarus/components/lclextensions/include/generic/
H A Dstubs.inc66 function GetKeyboardState(lpKeyState: System.PByte):BOOLEAN;
166 function ToAscii(uVirtKey, uScanCode:LongWord; lpKeyState: System.PByte; lpChar: System.PWord; uFla…
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lclextensions/include/generic/
H A Dstubs.inc66 function GetKeyboardState(lpKeyState: System.PByte):BOOLEAN;
166 function ToAscii(uVirtKey, uScanCode:LongWord; lpKeyState: System.PByte; lpChar: System.PWord; uFla…
/dports/editors/lazarus-qt5/lazarus/components/lclextensions/include/generic/
H A Dstubs.inc66 function GetKeyboardState(lpKeyState: System.PByte):BOOLEAN;
166 function ToAscii(uVirtKey, uScanCode:LongWord; lpKeyState: System.PByte; lpChar: System.PWord; uFla…
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lclextensions/include/generic/
H A Dstubs.inc66 function GetKeyboardState(lpKeyState: System.PByte):BOOLEAN;
166 function ToAscii(uVirtKey, uScanCode:LongWord; lpKeyState: System.PByte; lpChar: System.PWord; uFla…
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/shirou/w32/
H A Duser32.go782 func GetKeyboardState(lpKeyState *[]byte) bool {
784 uintptr(unsafe.Pointer(&(*lpKeyState)[0])))
801 func ToAscii(uVirtKey, uScanCode uint, lpKeyState *byte, lpChar *uint16, uFlags uint) int {
805 uintptr(unsafe.Pointer(lpKeyState)),

123456789