View source
class FlxInputDeviceID
package flixel.input.actions
import flixel.input.actions.FlxActionInput
Just a bucket for some handy sentinel values.
Available since
4.6.0
.Static variables
staticinlineread onlyALL:Int = -1
Means "every connected device of the given type" (ie all gamepads, all steam controllers, etc)
staticinlineread onlyFIRST_ACTIVE:Int = -2
Means "the first connected device that has an active input" (ie a pressed button or moved analog stick/trigger/etc)