Type | Name | Description |
---|---|---|
GR_WINDOW_ID | wid | The ID of the window to send the keyboard event too. |
GR_KEY | keyvalue | The value of the key to inject. |
GR_KEYMOD | modifiers | Key modifier flags. |
GR_SCANCODE | scancode | OEM scancode of the key to inject. |
GR_BOOL | pressed | GR_TRUE if the injected keyy should appear pressed, GR_FALSE if the injected key should appear released. |