getAxis method

int getAxis(
  1. int axis
)

Implementation

int getAxis(int axis) {
  // 854
  return sdlGameControllerGetAxis(this, axis);
}