Difference between revisions of "GetMappedKey - Input"
Jump to navigation
Jump to search
m
Keyboard should be 1 not 0 .... Mouse should be 2 not 1
imported>JustinOther m (→Examples: Added a second example.) |
imported>Neoh4x0r m (Keyboard should be 1 not 0 .... Mouse should be 2 not 1) |
||
Line 58: | Line 58: | ||
*DeviceType: The device type used. Valid devices listed below. | *DeviceType: The device type used. Valid devices listed below. | ||
:*0xFF = 255 = Auto detect (Default) | :*0xFF = 255 = Auto detect (Default) | ||
:*0x01 = | :*0x01 = 1 = Keyboard | ||
:*0x02 = | :*0x02 = 2 = Mouse | ||
:*0x03 = 3 = Gamepad | :*0x03 = 3 = Gamepad | ||