From c0e4cf48a402bc355558b7a99160da0659cfbfa2 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 17 Sep 2009 20:40:02 +0000 Subject: Starting to allow international (unicode) keystrokes as shortcuts. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6877 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/fl_types.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'FL/fl_types.h') diff --git a/FL/fl_types.h b/FL/fl_types.h index e676a621e..d87cd7387 100644 --- a/FL/fl_types.h +++ b/FL/fl_types.h @@ -52,6 +52,9 @@ typedef char *Fl_String; typedef const char *Fl_CString; /** 24-bit Unicode character + 8-bit indicator for keyboard flags */ +typedef unsigned int Fl_Shortcut; + +/** 24-bit Unicode character - upper 8-bits are unused */ typedef unsigned int Fl_Char; /*@}*/ /* group: Miscellaneous */ -- cgit v1.2.3