Difference between revisions of "Controller:isAnyAvailable"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | + | '''Available since:''' Gideros 2014.01<br/> | |
− | ''' | + | '''Class:''' [[Controller]]<br/> |
− | ''' | + | |
− | === | + | === Description === |
− | + | Returns true if any of controller is connected to device. | |
− | < | + | <syntaxhighlight lang="lua"> |
(bool) = Controller:isAnyAvailable() | (bool) = Controller:isAnyAvailable() | ||
− | </ | + | </syntaxhighlight> |
− | === | + | |
− | ''' | + | === Return values === |
+ | '''Returns''' (bool) if any controller is connected<br/> | ||
{{Controller}} | {{Controller}} |
Latest revision as of 14:27, 13 July 2023
Available since: Gideros 2014.01
Class: Controller
Description
Returns true if any of controller is connected to device.
(bool) = Controller:isAnyAvailable()
Return values
Returns (bool) if any controller is connected