Win32: add Keyboard

This commit is contained in:
2023-11-13 14:49:44 +01:00
parent 75c916b0b6
commit f79939413b
3 changed files with 24 additions and 1 deletions

View File

@@ -14,6 +14,10 @@ Namespace Native
Public Shared Function ChildWindowFromPointEx(ByVal hWndParent As IntPtr, ByVal pt As POINT, ByVal uFlags As UInteger) As IntPtr
End Function
<DllImport(LIB_USER32)>
Public Shared Function GetKeyState(keyCode As Integer) As Short
End Function
End Class
End Namespace