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

PLMMMotionEvent Struct Reference

Mouse motion event structure. More...

#include <PLMEvent.hpp>

List of all members.

Public Attributes

u8 type
u8 which
u8 state
s16 y
s16 dy


Detailed Description

Mouse motion event structure.


Member Data Documentation

u8 PLMMMotionEvent::type
 

PLMEV_MOUSEMOVE, PLMEV_MOUSEIN, PLMEV_MOUSEOUT.

u8 PLMMMotionEvent::which
 

mouse device index (if more than one is connected)

u8 PLMMMotionEvent::state
 

PLM_PRESSED or PLM_RELEASED.

s16 PLMMMotionEvent::y
 

mouse position (u16 in SDL!)

s16 PLMMMotionEvent::dy
 

relative motion


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.