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

PLMMButtonEvent Struct Reference

Mouse button event structure. More...

#include <PLMEvent.hpp>

List of all members.

Public Attributes

u8 type
u8 which
u8 button
u8 state
s16 y


Detailed Description

Mouse button event structure.


Member Data Documentation

u8 PLMMButtonEvent::type
 

PLMEV_MOUSEDOWN or PLMEV_MOUSEUP.

u8 PLMMButtonEvent::which
 

mouse device index (if more than one is connected)

u8 PLMMButtonEvent::button
 

which button has changed

u8 PLMMButtonEvent::state
 

PLM_PRESSED or PLM_RELEASED.

s16 PLMMButtonEvent::y
 

mouse position (u16 in SDL!)


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:44 2004.