hasAxis method

bool hasAxis(
  1. int axis
)

Implementation

bool hasAxis(int axis) {
  // 825
  return sdlGameControllerHasAxis(this, axis);
}