Open main menu

Difference between revisions of "User:Seldon/GSoC2007-ProjectDiary"

m
no edit summary
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 addActionMapping(const Common::KeyState, const Common::UserAction);
virtual void addActionMappings(const Common::ActionList);
* virtual void addActionMappings(const Common::ActionList);
virtual void clearActionMappings();
* virtual void clearActionMappings();
virtual const Common::KeyState *getMappingKey(const Common::UserAction);
* 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.
69

edits