Sirikata
Public Member Functions
Sirikata::Input::ButtonDown Class Reference

In theory, this might be fired as long as a button is held down. More...

#include <InputEvents.hpp>

Inheritance diagram for Sirikata::Input::ButtonDown:
Collaboration diagram for Sirikata::Input::ButtonDown:

List of all members.

Public Member Functions

 ButtonDown (const InputDevicePtr &dev, unsigned int key, Modifier mod)
virtual ~ButtonDown ()

Detailed Description

In theory, this might be fired as long as a button is held down.

In reality, you should be using TextInputEvent for repeated characters, and for other cases, it may be more appropriate to use ButtonToAxis.

This event is currently never fired unless there is a reason it is needed.


Constructor & Destructor Documentation

Sirikata::Input::ButtonDown::ButtonDown ( const InputDevicePtr dev,
unsigned int  key,
Modifier  mod 
) [inline]
virtual Sirikata::Input::ButtonDown::~ButtonDown ( ) [inline, virtual]

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