aboutsummaryrefslogtreecommitdiff
path: root/sources/TZR_IsKeyUp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sources/TZR_IsKeyUp.c')
-rw-r--r--sources/TZR_IsKeyUp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/TZR_IsKeyUp.c b/sources/TZR_IsKeyUp.c
index a7471a7..7c74445 100644
--- a/sources/TZR_IsKeyUp.c
+++ b/sources/TZR_IsKeyUp.c
@@ -1,6 +1,7 @@
#include "TZR_keystate.h"
-bool TZR_IsKeyUp(int scancode)
+bool
+TZR_IsKeyUp(int scancode)
{
const TZR_KeyState state = TZR_GetKeyState(scancode);
return (state == TZR_KEYSTATE_UP || state == TZR_KEYSTATE_RELEASE);