RetroArch
|
#import <GCControllerDirectionPad.h>
Protected Types | |
typedef void(^ | GCControllerDirectionPadValueChangedHandler) (GCControllerDirectionPad *dpad, float xValue, float yValue) |
A direction pad is a common grouping of 2 axis inputs where the input can also be interpreted as 2 sets of mutually exclusive button pairs. Only one button in each pair, {up, down} and {left, right}, can be pressed at any one time.
|
protected |
Set this block if you want to be notified when the value on this axis changes.
dpad | the direction pad collection whose axis have been modified. |
xValue | the value the x axis was set to at the time the valueChangedHandler fired. |
yValue | the value the y axis was set to at the time the valueChangedHandler fired. |
|
readatomicassign |
|
readatomicassign |
|
readatomicassign |
|
readatomicassign |
|
readwriteatomiccopy |
|
readatomicassign |
|
readatomicassign |