Win32: add Keyboard
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user