Added info about where to find Mac OS virtual keycodes.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8545 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
5cda7e7232
commit
c64fa4863e
@ -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, '/' },
|
||||
|
Loading…
Reference in New Issue
Block a user