aboutsummaryrefslogtreecommitdiffstats
path: root/Framework/MASKeyCodes.h
AgeCommit message (Collapse)Author
2016-10-28Fix wrong header importTomáš Znamenáček
2016-10-28Use modern key mask constants instead of the ones deprecated in 10.12Tomáš Znamenáček
See #99 for details.
2015-04-09Not declaring MASShortcutGlyph as a variable in the headerPaulo F. Andrade
2015-03-08missing import?Tom Brow
2015-01-07Whitespace fixes.Tomáš Znamenáček
2015-01-07Converted keycode macros to plain functions.Tomáš Znamenáček
Plain functions are less prone to bugs, the compiler understands them better and can offer better error messages, and plain functions can be refactored more easily.
2015-01-07Introduced a separate header file for keycode definitions.Tomáš Znamenáček