From 1d6a7bb467d28898da5eb1270a6e8dabf958fa42 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Tue, 28 Dec 2021 12:39:47 +0100 Subject: Huge rewrite, this is not how I'm supposed to use git but whatever --- src/keyboard.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/keyboard.h') diff --git a/src/keyboard.h b/src/keyboard.h index fd4680e..561fda2 100644 --- a/src/keyboard.h +++ b/src/keyboard.h @@ -16,6 +16,8 @@ class Keyboard{ // Keycodes: https://wiki.libsdl.org/SDL_Keycode private: Command* nop; + Command* pressedDown; + Command* releasedDown; }; #endif -- cgit v1.2.3