diff options
-rw-r--r-- | xbmc/input/joysticks/interfaces/IButtonMapper.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/xbmc/input/joysticks/interfaces/IButtonMapper.h b/xbmc/input/joysticks/interfaces/IButtonMapper.h index a6571ea686..1f3826cdd7 100644 --- a/xbmc/input/joysticks/interfaces/IButtonMapper.h +++ b/xbmc/input/joysticks/interfaces/IButtonMapper.h @@ -43,12 +43,12 @@ namespace JOYSTICK virtual std::string ControllerID(void) const = 0; /*! - * \brief Return true if the button mapper wants a cooldown between button - * mapping commands - * - * \return True to only send button mapping commands that occur after a small - * timeout from the previous command. - */ + * \brief Return true if the button mapper wants a cooldown between button + * mapping commands + * + * \return True to only send button mapping commands that occur after a small + * timeout from the previous command. + */ virtual bool NeedsCooldown(void) const = 0; /*! |