Struct HookData.Keyboard
Event data for the hook procedure set by WindowsHook.Keyboard. More info: API LowLevelKeyboardProc.
public struct HookData.Keyboard
Namespace: Au.Types
Assembly: Au.dll
Fields
| Name | Description |
|---|---|
| hook | The caller object of your hook procedure. For example can be used to unhook. |
Properties
| Name | Description |
|---|---|
| IsAlt | Key |
| IsExtended | Is extended key. |
| IsInjected |
|
| IsInjectedByAu |
|
| IsUp | Is key-up event. |
| Key | If vkCode is a left or right modifier key code ( |
| Mod | If the key is a modifier key ( |
| dwExtraInfo | API KBDLLHOOKSTRUCT |
| flags | API KBDLLHOOKSTRUCT |
| scanCode | API KBDLLHOOKSTRUCT |
| time | API KBDLLHOOKSTRUCT |
| vkCode | API KBDLLHOOKSTRUCT |
Methods
| Name | Description |
|---|---|
| BlockEvent() | Call this function to steal this event from other hooks and apps. |
| IsKey(KKey) | Returns |
| ToString() |