- Found in:
- SKSE
Description
Wiki Description
Fakes a key press. (This function requires SKSE)
Documentation Comment
taps the specified key
Caveats
CK Wiki - Notes
- If an invalid integer (such as -1) is passed, it will cause a crash to desktop. You should use Input.GetMappedKey(...) to ensure the value is valid before calling it.
Parameters
intdxKeycode
CK Wiki Description
The Input of the key to tap.
Examples
No human-generated examples found for this function.
Auto-Generated Example
int myInt__dxKeycode
Input.TapKey(myInt__dxKeycode)Related Pages
- Input
- Input.HoldKey(...)
- Input.ReleaseKey(...)
