Skip to content

Commit

Permalink
Squash into IActionHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Jun 19, 2017
1 parent 09f7935 commit 8e5d111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/input/joysticks/IActionHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ namespace JOYSTICK
/*!
* \brief Send an analog action
* \param action The action
* \param magnitude The value associated with the action
* \return True if the action was handled, false otherwise
*/
virtual bool SendAnalogAction(const CAction& action, float magnitude) = 0;
Expand Down

0 comments on commit 8e5d111

Please sign in to comment.