DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2812
Version: 1.3.0


In Cocoa the borderless window is not meant to be used for keyboard input,
so by default the window will not get keyboard focus at all. To override
it people are reimplementing one method to enable keyboard focus. I have
changed the file src/Fl_cocoa.mm and addet into 

@implementation FLWindow 
...
- (BOOL)canBecomeKeyWindow {
   return YES;
}
@end


Link: http://www.fltk.org/str.php?L2812
Version: 1.3.0

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to