Public Attributes | List of all members
cpp3ds::Event::JoystickMoveEvent Struct Reference

Joystick axis move event parameters (JoystickMoved) More...

#include <Event.hpp>

Public Attributes

int x
 New position on the x-axis (in range [-100 .. 100]) More...
 
int y
 New position on the y-axis (in range [-100 .. 100]) More...
 

Detailed Description

Joystick axis move event parameters (JoystickMoved)

Definition at line 30 of file Event.hpp.

Member Data Documentation

int cpp3ds::Event::JoystickMoveEvent::x

New position on the x-axis (in range [-100 .. 100])

Definition at line 31 of file Event.hpp.

int cpp3ds::Event::JoystickMoveEvent::y

New position on the y-axis (in range [-100 .. 100])

Definition at line 32 of file Event.hpp.


The documentation for this struct was generated from the following file: