diff options
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.h | 4 |
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 | { |
