enum SF::Joystick::Axis # Axes supported by SFML joysticks 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 Methods# #pov_x?# View source #pov_y?# View source #r?# View source #u?# View source #v?# View source #x?# View source #y?# View source #z?# View source