aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/hardwarekeys.cpp
AgeCommit message (Collapse)Author
2009-08-07key remap dialog correctly reads keystrokes again, and can tell modified ↵Jody Northup
keys from unmodified keys (but does not yet print modifier prefixes, and actions mapped to modified keys still do not trigger) svn-id: r43091
2009-08-05Some groundwork for a better implementation of modifier keys. (incomplete, ↵Jody Northup
and breaks previous implementation) svn-id: r43078
2009-05-12Make data that is only locally used staticMax Horn
svn-id: r40516
2009-05-12Give hints for better automappingEugene Sandulenko
svn-id: r40500
2009-05-11Fix compilationEugene Sandulenko
svn-id: r40447
2009-05-11Define hardware keys for 101 keyboard in SDL backend.Eugene Sandulenko
TODO: speedup initialization. Now it is quite slowww. svn-id: r40445