Sirikata
Public Types | Public Member Functions | Public Attributes
Sirikata::Input::SDLKeyRepeatInfo Struct Reference

#include <SDLInputManager.hpp>

Collaboration diagram for Sirikata::Input::SDLKeyRepeatInfo:

List of all members.

Public Types

typedef
std::tr1::unordered_map
< uint32, SDL_Event * > 
RepeatMap

Public Member Functions

 SDLKeyRepeatInfo ()
 ~SDLKeyRepeatInfo ()
bool isRepeating (uint32 key)
void repeat (uint32 key, SDL_Event *evt)
void unrepeat (uint32 key)

Public Attributes

RepeatMap mRepeat

Member Typedef Documentation

typedef std::tr1::unordered_map<uint32, SDL_Event*> Sirikata::Input::SDLKeyRepeatInfo::RepeatMap

Constructor & Destructor Documentation

Sirikata::Input::SDLKeyRepeatInfo::SDLKeyRepeatInfo ( )
Sirikata::Input::SDLKeyRepeatInfo::~SDLKeyRepeatInfo ( )

References mRepeat.


Member Function Documentation

bool Sirikata::Input::SDLKeyRepeatInfo::isRepeating ( uint32  key)

References mRepeat.

void Sirikata::Input::SDLKeyRepeatInfo::repeat ( uint32  key,
SDL_Event evt 
)

References mRepeat.

void Sirikata::Input::SDLKeyRepeatInfo::unrepeat ( uint32  key)

Member Data Documentation


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