diff options
Diffstat (limited to 'xbmc/addons/kodi-addon-dev-kit/include/kodi/libKODI_game.h')
| -rw-r--r-- | xbmc/addons/kodi-addon-dev-kit/include/kodi/libKODI_game.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/xbmc/addons/kodi-addon-dev-kit/include/kodi/libKODI_game.h b/xbmc/addons/kodi-addon-dev-kit/include/kodi/libKODI_game.h index b518c28..2e6459b 100644 --- a/xbmc/addons/kodi-addon-dev-kit/include/kodi/libKODI_game.h +++ b/xbmc/addons/kodi-addon-dev-kit/include/kodi/libKODI_game.h | |||
| @@ -135,15 +135,15 @@ public: | |||
| 135 | // --- Input callbacks ------------------------------------------------------- | 135 | // --- Input callbacks ------------------------------------------------------- |
| 136 | 136 | ||
| 137 | /*! | 137 | /*! |
| 138 | * \brief Notify the port of an input event | 138 | * \brief Notify the port of an input event |
| 139 | * | 139 | * |
| 140 | * \param event The input event | 140 | * \param event The input event |
| 141 | * | 141 | * |
| 142 | * Input events can arrive for the following sources: | 142 | * Input events can arrive for the following sources: |
| 143 | * - GAME_INPUT_EVENT_MOTOR | 143 | * - GAME_INPUT_EVENT_MOTOR |
| 144 | * | 144 | * |
| 145 | * \return true if the event was handled, false otherwise | 145 | * \return true if the event was handled, false otherwise |
| 146 | */ | 146 | */ |
| 147 | bool InputEvent(const game_input_event& event) | 147 | bool InputEvent(const game_input_event& event) |
| 148 | { | 148 | { |
| 149 | return m_callbacks->toKodi.InputEvent(m_callbacks->toKodi.kodiInstance, &event); | 149 | return m_callbacks->toKodi.InputEvent(m_callbacks->toKodi.kodiInstance, &event); |
