- 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
Examples
Input.TapKey(42) ; Tap L-ShiftAuto-Generated Example
int myInt__dxKeycode
Input.TapKey(myInt__dxKeycode)Related Pages
- Input
- Input.HoldKey(...)
- Input.ReleaseKey(...)
