Greg Ercolano wrote:
>       regarding FL_COMMAND and FL_CONTROL being Apple keyboard-centric naming
>       should probably be highlighted in the docs, as to the casual glance of 
> an app programmer,
>       one might not easily catch FL_CTRL and FL_CONTROL are two entirely 
> different things

> #  define FL_COMMAND  FL_META   ///< Apple-centric keyboard name, aka. 
> "Apple" or "Cloverleaf" key: an alias for FL_CTRL on WIN32 and X11, or 
> FL_META on MacOS X
> #  define FL_CONTROL  FL_CTRL   ///< Apple-centric keyboard name, an alias 
> for FL_META on WIN32 and X11, or FL_CTRL on MacOS X

        Just thinking aloud: I wonder if it wouldn't be 'self documenting'
        to name these macros:

                FL_APPLE_COMMAND
                FL_APPLE_CONTROL

        ..which would make it clearer these are apple-centric keyboard names,
        and thereby deprecate the old names?

        Just a thought.
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to