Difference between revisions of "Controller"

From GiderosMobile
Line 7: Line 7:
 
Internally Controller Interface also matches all buttons and controller behavior under the same scheme so you won't have to worry about that anymore.
 
Internally Controller Interface also matches all buttons and controller behavior under the same scheme so you won't have to worry about that anymore.
  
For more information check out [http://docs.giderosmobile.com/interface/controller](Controller Interface Guide)
+
For more information check out [http://docs.giderosmobile.com/interface/controller](Controller Interface Guide){|-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
{|-
 
 
| style="width: 50%;"|
 
| style="width: 50%;"|
 
=== Methods ===
 
=== Methods ===
Line 32: Line 17:
 
| style="width: 50%;"|
 
| style="width: 50%;"|
 
=== Events ===
 
=== Events ===
[[Event.CONNECTED]]
+
[[Event.CONNECTED]]<br/>
[[Event.DISCONNECTED]]
+
[[Event.DISCONNECTED]]<br/>
[[Event.KEY_DOWN]]
+
[[Event.KEY_DOWN]]<br/>
[[Event.KEY_UP]]
+
[[Event.KEY_UP]]<br/>
[[Event.LEFT_JOYSTICK]]
+
[[Event.LEFT_JOYSTICK]]<br/>
[[Event.LEFT_TRIGGER]]
+
[[Event.LEFT_TRIGGER]]<br/>
[[Event.RIGHT_JOYSTICK]]
+
[[Event.RIGHT_JOYSTICK]]<br/>
[[Event.RIGHT_TRIGGER]]
+
[[Event.RIGHT_TRIGGER]]<br/>
 
=== Constants ===
 
=== Constants ===
 
|}
 
|}

Revision as of 10:12, 23 August 2018

Supported platforms:
Available since: Gideros 2014.01

Description

Controller interface allows you to use most popular controllers on all supported operating systems under the same interface.

Internally Controller Interface also matches all buttons and controller behavior under the same scheme so you won't have to worry about that anymore.

For more information check out [1](Controller Interface Guide){|- | style="width: 50%;"|

Methods

Controller:getControllerName - gets the name of controller
Controller:getPlayerCount - returns amount of connected controllers
Controller:getPlayers - returns table with controller IDs
Controller:isAnyAvailable - return true if any controller is connected
Controller:vibrate - vibrate the controller for provided amount of miliseconds
| style="width: 50%;"|

Events

Event.CONNECTED
Event.DISCONNECTED
Event.KEY_DOWN
Event.KEY_UP
Event.LEFT_JOYSTICK
Event.LEFT_TRIGGER
Event.RIGHT_JOYSTICK
Event.RIGHT_TRIGGER

Constants

|}