diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_get_key_mac.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Fl_get_key_mac.cxx b/src/Fl_get_key_mac.cxx index 126b17806..ab75507f5 100644 --- a/src/Fl_get_key_mac.cxx +++ b/src/Fl_get_key_mac.cxx @@ -36,6 +36,8 @@ // convert an FLTK (X) keysym to a MacOS symbol: // See also the inverse converter in table macKeyLookUp of Fl_cocoa.mm // This table is in numeric order by FLTK symbol order for binary search: +// The list of Mac OS virtual keycodes appears with OS 10.5 in +// ...../Carbon.framework/Frameworks/HIToolbox.framework/Headers/Events.h static const struct {unsigned short vk, fltk;} vktab[] = { { 49, ' ' }, { 39, '\'' }, { 43, ',' }, { 27, '-' }, { 47, '.' }, { 44, '/' }, |
