Just a bucket for some handy sentinel values.

Available since

4.6.0

.

Variables

@:value(cast -1)@:impl@:enuminlineread onlyALL:FlxInputDeviceID = -1

Means "every connected device of the given type" (ie all gamepads, all steam controllers, etc)

@:value(cast -2)@:impl@:enuminlineread onlyFIRST_ACTIVE:FlxInputDeviceID = -2

Means "the first connected device that has an active input" (ie a pressed button or moved analog stick/trigger/etc)

@:value(cast -3)@:impl@:enuminlineread onlyNONE:FlxInputDeviceID = -3

Means "no device"