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 | 22 |
1 files changed, 0 insertions, 22 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 1ca91a4..2774afd 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 | |||
| @@ -188,28 +188,6 @@ public: | |||
| 188 | // --- Input callbacks ------------------------------------------------------- | 188 | // --- Input callbacks ------------------------------------------------------- |
| 189 | 189 | ||
| 190 | /*! | 190 | /*! |
| 191 | * \brief Begin reporting events for the specified joystick port | ||
| 192 | * | ||
| 193 | * \param port The zero-indexed port number | ||
| 194 | * | ||
| 195 | * \return true if the port was opened, false otherwise | ||
| 196 | */ | ||
| 197 | bool OpenPort(unsigned int port) | ||
| 198 | { | ||
| 199 | return m_callbacks->toKodi.OpenPort(m_callbacks->toKodi.kodiInstance, port); | ||
| 200 | } | ||
| 201 | |||
| 202 | /*! | ||
| 203 | * \brief End reporting events for the specified port | ||
| 204 | * | ||
| 205 | * \param port The port number passed to OpenPort() | ||
| 206 | */ | ||
| 207 | void ClosePort(unsigned int port) | ||
| 208 | { | ||
| 209 | return m_callbacks->toKodi.ClosePort(m_callbacks->toKodi.kodiInstance, port); | ||
| 210 | } | ||
| 211 | |||
| 212 | /*! | ||
| 213 | * \brief Notify the port of an input event | 191 | * \brief Notify the port of an input event |
| 214 | * | 192 | * |
| 215 | * \param event The input event | 193 | * \param event The input event |
