overte/libraries/input-plugins
Anthony J. Thibault a0c42bacdb Fix problem with ContextMenu triggering on button up and button down.
This is fixed by clearing the ButtonPressedMap in the KeyboardMouseDevice every update.
Previously, this button would never be cleared, causing other controller actions mapped to the same button to have the incorrect state.
In this case, ContextMenu action would become 2 when pressed and 1 when released, anytime after the right mouse button was pressed.
2017-03-27 14:26:17 -07:00
..
src/input-plugins Fix problem with ContextMenu triggering on button up and button down. 2017-03-27 14:26:17 -07:00
CMakeLists.txt rework plugins to not depend on PluginContainer unless they want to 2016-06-21 12:07:05 -07:00