Difference between revisions of "Controller:isAnyAvailable"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2014.01<br/> === Description === Returns true if any of controller is connected to device <source lang="lua"> (bool), = Controller:isA...")
 
Line 4: Line 4:
 
Returns true if any of controller is connected to device
 
Returns true if any of controller is connected to device
 
<source lang="lua">
 
<source lang="lua">
(bool), = Controller:isAnyAvailable()
+
(bool) = Controller:isAnyAvailable()
 
</source>
 
</source>
 
'''Returns''' (bool) if any controller is connected<br/>
 
'''Returns''' (bool) if any controller is connected<br/>

Revision as of 11:17, 23 August 2018

Available since: Gideros 2014.01

Description

Returns true if any of controller is connected to device

(bool) = Controller:isAnyAvailable()

Returns (bool) if any controller is connected