From 131b6c4a00575c9e996a9ae60c90a9647fb5ef75 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 20 Jan 2010 17:18:28 +0000 Subject: move plot functions to their own sub directory fix 8 and 16bpp plotters when used with cursor svn path=/trunk/libnsfb/; revision=9850 --- include/libnsfb_event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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, -- cgit v1.2.3