Forums
This is the online documentation for Colossus Entertainments Pixie Game Engine

Platform_Input Class Reference
[Platform]

Inheritance diagram for Platform_Input:

System Platform_Win32_Input

List of all members.


Detailed Description

Author:
Mattias Gustavsson

Definition at line 21 of file Platform_Input.h.


Public Member Functions

virtual
Platform_Input_KeyboardDevice
GetKeyboardDevice ()=0
virtual
Platform_Input_MouseDevice
GetMouseDevice ()=0

Member Function Documentation

virtual Platform_Input_KeyboardDevice* Platform_Input::GetKeyboardDevice (  )  [pure virtual]

Implemented in Platform_Win32_Input.

virtual Platform_Input_MouseDevice* Platform_Input::GetMouseDevice (  )  [pure virtual]

Implemented in Platform_Win32_Input.