summaryrefslogtreecommitdiffstats
path: root/xbmc/addons/kodi-addon-dev-kit/include/kodi/addon-instance/PeripheralUtils.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2017-08-15 17:40:26 +0200
committermanuel <manuel@mausz.at>2017-08-15 17:40:26 +0200
commit86b22151f0758311fd146ff508e7254337414bc1 (patch)
treefdd6ca46ba57b7f063740541c034ce60c7cdd0c5 /xbmc/addons/kodi-addon-dev-kit/include/kodi/addon-instance/PeripheralUtils.h
parent4c3251ec645c8b71820dab7e51e612e5919d4e75 (diff)
downloadkodi-pvr-build-86b22151f0758311fd146ff508e7254337414bc1.tar.gz
kodi-pvr-build-86b22151f0758311fd146ff508e7254337414bc1.tar.bz2
kodi-pvr-build-86b22151f0758311fd146ff508e7254337414bc1.zip
sync with upstream
Diffstat (limited to 'xbmc/addons/kodi-addon-dev-kit/include/kodi/addon-instance/PeripheralUtils.h')
-rw-r--r--xbmc/addons/kodi-addon-dev-kit/include/kodi/addon-instance/PeripheralUtils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xbmc/addons/kodi-addon-dev-kit/include/kodi/addon-instance/PeripheralUtils.h b/xbmc/addons/kodi-addon-dev-kit/include/kodi/addon-instance/PeripheralUtils.h
index 8cfa91b..721da35 100644
--- a/xbmc/addons/kodi-addon-dev-kit/include/kodi/addon-instance/PeripheralUtils.h
+++ b/xbmc/addons/kodi-addon-dev-kit/include/kodi/addon-instance/PeripheralUtils.h
@@ -580,10 +580,14 @@ namespace addon
580 * 2) analog stick 580 * 2) analog stick
581 * 3) accelerometer 581 * 3) accelerometer
582 * 4) motor 582 * 4) motor
583 * 5) relative pointer[2]
583 * 584 *
584 * [1] All three driver primitives (buttons, hats and axes) have a state that 585 * [1] All three driver primitives (buttons, hats and axes) have a state that
585 * can be represented using a single scalar value. For this reason, 586 * can be represented using a single scalar value. For this reason,
586 * features that map to a single primitive are called "scalar features". 587 * features that map to a single primitive are called "scalar features".
588 *
589 * [2] Relative pointers are similar to analog sticks, but they use
590 * relative distances instead of positions.
587 */ 591 */
588 class JoystickFeature 592 class JoystickFeature
589 { 593 {