Talk:GetMappedKey - Input
Jump to navigation
Jump to search
Device Type value(s) inconsistent?[edit source]
- 0xFF = 255 = Auto detect (Default)
- 0x01 = 0 = Keyboard (is this supposed to be 1 or 0?)
- 0x02 = 1 = Mouse (is this supposed to be 1 or 2?)
- 0x03 = 3 = Gamepad
GetMappedKey not found (1.5.11)[edit source]
I'm running SKSE 1.5.11 and while other skse scripts are compiling for me, this function is not. When I run the example script, this error is returned to me: "GetMappedKey is not a function or does not exist".
- Hmmm... Both examples compile here. I'd recheck your SKSE installation and make sure everything's being overridden as intended. JustinOther (talk)
- If GetMappedKey can't be found, then the likely causes are that either you're not using the SKSE versions of the native scripts or you're extending the wrong type.