Difference between revisions of "Template:DirectX Scancodes"
Jump to navigation
Jump to search
→Sample Key DX Scancodes
imported>KyleWollaston |
imported>KyleWollaston |
||
Line 1: | Line 1: | ||
==Sample Key | ==Sample DirectX Key Scancodes== | ||
<pre> | <pre> | ||
Hex Dec Button | Hex Dec Button | ||
Line 106: | Line 106: | ||
0x109 265 Mouse Wheel Down | 0x109 265 Mouse Wheel Down | ||
</pre> | </pre> | ||
A longer list can be found [http://www.gamespp.com/directx/directInputKeyboardScanCodes.html here]. | A longer list can be found [http://www.gamespp.com/directx/directInputKeyboardScanCodes.html here] or [http://kwebs.freehostia.com/oblivion/dxscancodecore.html here]. | ||
These can be converted into Virtual Keyboard codes using [[DX2VK]]. | These can be converted into Virtual Keyboard codes using [[DX2VK]]. |