mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 08:32:07 +08:00
- MacOS: more keyboard handler fixes, mainly mapping of Mac specific
keys and iBook keys, several fixes to keyboard focus. Happy Holidays! git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1894 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+2
-4
@@ -126,12 +126,10 @@ OTHER STUFF
|
||||
used for FLTK applications ('FLTK') and FLUID files
|
||||
('Flid').
|
||||
|
||||
All applications should call exit(0) to terminate; otherwise
|
||||
they may hang until killed.
|
||||
|
||||
Under MacOS X, all windows are double-buffered. Using
|
||||
Fl_Window has the same effect as using Fl_Double_Window on
|
||||
other operating systems.
|
||||
other operating systems. However Fl_Overlay_Window uses one
|
||||
additional buffer for the overlay plane.
|
||||
|
||||
|
||||
FLTK 1.0.X FOR MAC
|
||||
|
||||
Reference in New Issue
Block a user