syBR::Game::InputPlugin Class Reference

Input plugin class. More...

#include <Plugin.hpp>

Inheritance diagram for syBR::Game::InputPlugin:

syBR::Game::Plugin

List of all members.

Public Member Functions

 InputPlugin (InputSystem *pInputSystem)
 Constructor.
 ~InputPlugin ()
 Destructor.
InputSystemgetInputSystem ()
 Get the input system.

Protected Attributes

InputSystemm_pInputSystem
 Input system of the plugin.


Detailed Description

Input plugin class.

Constructor & Destructor Documentation

syBR::Game::InputPlugin::InputPlugin ( InputSystem pInputSystem  ) 

Constructor.

Parameters:
pInputSystem Plugin-specific input system

syBR::Game::InputPlugin::~InputPlugin (  ) 

Destructor.


Member Function Documentation

InputSystem * syBR::Game::InputPlugin::getInputSystem (  ) 

Get the input system.

Returns:
Pointer to the input system


Member Data Documentation

InputSystem* syBR::Game::InputPlugin::m_pInputSystem [protected]

Input system of the plugin.

The pointer is assumed to remain always valid, it is initialized by the constructor


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

Copyright © 2008 by Sebastien Frippiat
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.
Last modified Tue Dec 30 17:57:33 2008