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

PLMKeyboardEvent Struct Reference

Keyboard event structure. More...

#include <PLMEvent.hpp>

List of all members.

Public Attributes

u8 type
u8 which
u8 state


Detailed Description

Keyboard event structure.


Member Data Documentation

u8 PLMKeyboardEvent::type
 

PLMEV_KEYDOWN or PLMEV_KEYUP.

u8 PLMKeyboardEvent::which
 

keyboard device index (if more than one is connected)

u8 PLMKeyboardEvent::state
 

PLM_PRESSED or PLM_RELEASED.


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.