summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libnsfb_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libnsfb_event.h b/include/libnsfb_event.h
index 5ad80f9..ea2b2bf 100644
--- a/include/libnsfb_event.h
+++ b/include/libnsfb_event.h
@@ -8,8 +8,8 @@ enum nsfb_event_type_e {
};
+/** keycodes which mostly map to ascii chars */
enum nsfb_key_code_e {
- /* keycodes which map to ascii chars */
NSFB_KEY_UNKNOWN = 0,
NSFB_KEY_BACKSPACE = 8,
NSFB_KEY_TAB = 9,