FirefoxPlatform Class
This platform is for mozilla based environments that provide gamepad updates via events.
Constructor
FirefoxPlatform
()
Item Index
Methods
- factory static
- getType() static
- getType()
- isSupported
- update
Methods
factory
(
Object
static
-
listener
Provides a platform object that returns true for is isSupported() if valid.
Parameters:
-
listener
Objectthe listener to use
Returns:
Object:
a platform object
getType()
()
String
static
Returns:
String:
'Firefox'
getType()
()
String
Returns:
String:
'Firefox'
isSupported
()
Boolean
Returns:
Boolean:
true
update
()
Does nothing on the Firefox platform