aboutsummaryrefslogtreecommitdiff
path: root/KeyboardCode.h
blob: a7232ba99ad727ff393781ca9737aa221b38a1b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

typedef enum {
	KEY_SPACE = 44,
	KEY_ENTER = 40,
	KEY_O = 18,
	KEY_A = 4,
	KEY_LEFT = 80,
	KEY_RIGHT = 79,
} KeyboardCode;