summaryrefslogtreecommitdiffstats
path: root/xbmc/addons/kodi-addon-dev-kit/include/kodi/libKODI_game.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2019-04-29 12:22:05 +0200
committermanuel <manuel@mausz.at>2019-04-29 12:22:05 +0200
commite317daf081a1048904fdf0b548946fa3ba6593a7 (patch)
tree285a58fe8c6b4a95c9a6020afbe7bcc9cb913ea7 /xbmc/addons/kodi-addon-dev-kit/include/kodi/libKODI_game.h
parent483c0b88bfc1b798396c31a4dd2f5239399ce59e (diff)
downloadkodi-pvr-build-e317daf081a1048904fdf0b548946fa3ba6593a7.tar.gz
kodi-pvr-build-e317daf081a1048904fdf0b548946fa3ba6593a7.tar.bz2
kodi-pvr-build-e317daf081a1048904fdf0b548946fa3ba6593a7.zip
sync with upstream
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.h18
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);