69
edits
m (key mapper and key mapper dialog improvement) |
m |
||
Line 115: | Line 115: | ||
The new methods are: | The new methods are: | ||
* virtual void addActionMapping(const Common::KeyState, const Common::UserAction); | |||
* virtual void addActionMappings(const Common::ActionList); | |||
* virtual void clearActionMappings(); | |||
* virtual const Common::KeyState *getMappingKey(const Common::UserAction); | |||
Fixed the key mapper dialog to make use of these new methods. | Fixed the key mapper dialog to make use of these new methods. |
edits