aboutsummaryrefslogtreecommitdiff
path: root/headers/TZR_types.h
diff options
context:
space:
mode:
authorkdx <kdx@42l.fr>2023-02-22 02:15:38 +0100
committerkdx <kdx@42l.fr>2023-02-22 02:15:38 +0100
commit2fa6fce8984106a5bdac4e974b037f9e0a3e20d4 (patch)
treece1ad374e2b894d50752d84b11b7c649dedaca25 /headers/TZR_types.h
parent6d65249378c0a2ceaf308508e6959ec8aad41673 (diff)
downloadtzr-2fa6fce8984106a5bdac4e974b037f9e0a3e20d4.tar.gz
expose keystates
Diffstat (limited to 'headers/TZR_types.h')
-rw-r--r--headers/TZR_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/headers/TZR_types.h b/headers/TZR_types.h
index 01c1dea..1561909 100644
--- a/headers/TZR_types.h
+++ b/headers/TZR_types.h
@@ -10,8 +10,8 @@ enum TZR_ResourceType {
enum TZR_EventType {
TZR_EV_QUIT,
- TZR_EV_BUTTON_DOWN,
- TZR_EV_BUTTON_UP
+ TZR_EV_KEYDOWN,
+ TZR_EV_KEYUP
};
enum TZR_KeyState {