From 2d7b692052a99674654b39c061ee7cd79db77a1a Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 12 Jun 2019 23:29:46 +0200 Subject: Added support for Function Keys as _EVENT_FUNCTION1 Those are normally the first 4 to 10 function keys. others are addressed with [ instead of O and might become _EVENT_FUNCTION2 in the future --- src/cInput.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cInput.h') diff --git a/src/cInput.h b/src/cInput.h index f34095f..e25d7fb 100644 --- a/src/cInput.h +++ b/src/cInput.h @@ -18,6 +18,7 @@ #define _EVENT_KEY 2 #define _EVENT_MOUSE 3 #define _EVENT_TERM 4 +#define _EVENT_FUNCTION1 5 struct sInputEvent { -- cgit v1.2.3