'Tizen::TV::Accessory' namespace Reference

Enumerations

ButtonState
Defines a button state for buttons of gamepad. More...

GamePadDeadZone
Defines types of dead zone processing applied to gamepad thumb sticks when calling GetState. More...

PlayerIndex
Defines the index of player. More...

GamePadType
Defines a type of gamepad. More...

Buttons
Defines the buttons on gamepad. More...

Enumerations

ButtonState

Enumerator
Released The button is released.
Pressed The button is pressed.

Defines a button state for buttons of gamepad.

Privilege

None

Privilege Level

Non-privilege

Product

TV

Version

4.4.0

SDK Support

N


GamePadDeadZone

Enumerator
None The raw thumb stick position values are returned by GetState. Use this if you intend to implement your own dead zone processing.
IndependentAxes The X and Y positions of each thumb stick are compared against the dead zone independently. This setting is the default when calling GetState.
Circular The combined X and Y position of each thumb stick is compared to the dead zone. This provides better control than IndependentAxes when the stick is used as a two-dimensional control surface, such as when controlling a character's view in a first-person game.

Defines types of dead zone processing applied to gamepad thumb sticks when calling GetState.

Privilege

None

Privilege Level

Non-privilege

Product

TV

Version

4.4.0

SDK Support

N


PlayerIndex

Enumerator
One The first player index.
Two The second player index.
Three The third player index.
Four The fourth player index.

Defines the index of player.

Privilege

None

Privilege Level

Non-privilege

Product

TV

Version

4.4.0

SDK Support

N


GamePadType

Enumerator
Unknown Unknown.
GamePad GamePad is a Standard Game controller.
Wheel GamePad is a wheel.
ArcadeStick GamePad is an arcade stick.
FlightStick GamePad is a flight stick.
DancePad GamePad is a dance pad.
Guitar GamePad is a guitar.
AlternateGuitar GamePad is an alternate guitar.
DrumKit GamePad is a drum kit.
BigButtonPad GamePad is a big button pad.

Defines a type of gamepad.

Privilege

None

Privilege Level

Non-privilege

Product

TV

Version

4.4.0

SDK Support

N


Buttons

Enumerator
DPadUp Directional pad up.
DPadDown Directional pad down.
DPadLeft Directional pad left.
DPadRight Directional pad right.
Start START button.
Back BACK button.
LeftStick Left stick button (pressing the left stick).
RightStick Right stick button (pressing the right stick).
LeftShoulder Left bumper (shoulder) button.
RightShoulder Right bumper (shoulder) button.
BigButton Big button.
A A button.
B B button.
X X button.
Y Y button.
LeftThumbstickLeft Left stick is towards the left.
RightTrigger Right trigger.
LeftTrigger Left trigger.
RightThumbstickUp Right stick is towards up.
RightThumbstickDown Right stick is towards down.
RightThumbstickRight Right stick is towards the right.
RightThumbstickLeft Right stick is towards the left.
LeftThumbstickUp Left stick is towards up.
LeftThumbstickDown Left stick is towards down.
LeftThumbstickRight Left stick is towards the right.

Defines the buttons on gamepad.

Privilege

None

Privilege Level

Non-privilege

Product

TV

Version

4.4.0

SDK Support

N