OpenPolygon  1.0.0
OpenPolygon is a Rendering Engine
Public Member Functions | List of all members
Engine::KeyEvent Class Reference

The KeyEvent - Event class. More...

#include <input.h>

Public Member Functions

void setMod (int mod)
 
void setAction (int action)
 
DEPRECATED void setKey (int key)
 
void setKeys (std::list< int > list)
 
void setKeyCode (int keycode)
 
DEPRECATED int getKeyValue (void) const
 
std::list< int > getKeys (void) const
 
int getKeyScanCode (void) const
 
bool isKeyPressed (int key) const
 
bool isKeyReleased (int key) const
 
bool isShiftDown (void) const
 
bool isControlDown (void) const
 
bool isAltDown (void) const
 
bool isSuperDown (void) const
 

Detailed Description

The KeyEvent - Event class.

Keyboard Event - Store Keyboard Data


The documentation for this class was generated from the following files: