enum SF::Joystick::Axis

Overview

Axes supported by SFML joysticks

Defined in:

window/obj.cr

Enum Members

X = 0

The X axis

Y = 1

The Y axis

Z = 2

The Z axis

R = 3

The R axis

U = 4

The U axis

V = 5

The V axis

PovX = 6

The X axis of the point-of-view hat

PovY = 7

The Y axis of the point-of-view hat

Instance Method Summary

Instance Method Detail

def pov_x? #

[View source]
def pov_y? #

[View source]
def r? #

[View source]
def u? #

[View source]
def v? #

[View source]
def x? #

[View source]
def y? #

[View source]
def z? #

[View source]