[SDL] Cocoa window menus in 1.3
Torsten Giebl
wizard at syntheticsw.com
Sun Jul 30 07:44:51 PDT 2006
Hello !
> So my question is, should I put up a window menu for the default SDL app?
Would it be possible to dynamically
enable / disable this from the SDL app ?
Maybe dynamically from sdl2-config ?
> Should it respond to the keyboard shortcuts? Should it also pass those
> keys to the application?
Are the shortcuts used in the menu fixed
or can the user change them ?
If the user cannot change them and they are fixed
on every OS X than it is okay to deliver the events
to the SDL app as the user than can ignore them.
When i know okay APPLE xy is used in the menu,
then in my event loop i can ignore them.
It would be good to have a way to ignore system
keyboard shortcuts, as this makes coding of emulators
easier.
CU
More information about the SDL
mailing list