Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members  

PLMJoyAxisEvent Struct Reference

Joystick axis motion event structure. More...

#include <PLMEvent.hpp>

List of all members.

Public Attributes

u8 type
u8 which
u8 axis
s16 value


Detailed Description

Joystick axis motion event structure.


Member Data Documentation

u8 PLMJoyAxisEvent::type
 

PLMEV_JAXISMOVE.

u8 PLMJoyAxisEvent::which
 

The joystick device index (if more than one is connected).

u8 PLMJoyAxisEvent::axis
 

The joystick axis index.

s16 PLMJoyAxisEvent::value
 

The axis value (range: -32768 to 32767).


The documentation for this struct was generated from the following file:
  • PLMEvent.hpp

Generated by Doxygen 1.2.18 on Tue Oct 26 12:07:38 2004.