The Flock  0.00.001
Enumerations
Package GamepadEnums

Enumerations

enum  Side { Side.LEFT, Side.RIGHT }
 
enum  Axis { Axis.HORIZONTAL, Axis.VERTICAL, Axis.BOTH }
 
enum  Button { Button.PRESS, Button.RELEASE, Button.HOLD }
 
enum  Direction { Direction.UP, Direction.RIGHT, Direction.DOWN, Direction.LEFT }
 

Enumeration Type Documentation

Enumerator
HORIZONTAL 
VERTICAL 
BOTH 
Enumerator
PRESS 
RELEASE 
HOLD 
Enumerator
UP 
RIGHT 
DOWN 
LEFT 
Enumerator
LEFT 
RIGHT