aboutsummaryrefslogtreecommitdiffstats
path: root/Framework/MASKeyCodes.h
AgeCommit message (Collapse)Author
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