RetroArch
|
#import <GCControllerElement.h>
Properties | |
GCControllerElement * | collection |
BOOL | analog |
Every controller element knows which collection it belongs to and whether its input value is analog or digital.
|
readatomicassign |
Check if the element can support more than just digital values, such as decimal ranges between 0 and 1.
|
readatomicassign |
Each element can be part of a wider collection of inputs that map to a single logical element. A directional pad (dpad) is a logical collection of two axis inputs and thus each axis belongs to the same collection element - the dpad.