Skip to content

Instantly share code, notes, and snippets.

View jeremiahfallin's full-sized avatar

Jeremiah Fallin jeremiahfallin

View GitHub Profile
@jeremiahfallin
jeremiahfallin / gist:fdd7aa0f2cc95f7c2dd727cae7401fbb
Created September 1, 2019 21:48 — forked from tracend/gist:912308
DirectInput keyboard scan codes
/****************************************************************************
*
* DirectInput keyboard scan codes
*
****************************************************************************/
#define DIK_ESCAPE 0x01
#define DIK_1 0x02
#define DIK_2 0x03
#define DIK_3 0x04
#define DIK_4 0x05