ERY.AgateLib.ImplBase.InputImpl Class Reference

Implementation for Input Manager. More...

Inherits ERY.AgateLib.DriverImplBase.

Inherited by ERY.AgateLib.NullInputImpl.

List of all members.

Public Member Functions

abstract int CountJoysticks ()
 Polls and counts joysticks.
abstract IEnumerable< JoystickImplCreateJoysticks ()
 Creates joystick impls.


Detailed Description

Implementation for Input Manager.


Member Function Documentation

abstract int ERY.AgateLib.ImplBase.InputImpl.CountJoysticks (  )  [pure virtual]

Polls and counts joysticks.

Returns:

Implemented in ERY.AgateLib.NullInputImpl.

abstract IEnumerable<JoystickImpl> ERY.AgateLib.ImplBase.InputImpl.CreateJoysticks (  )  [pure virtual]

Creates joystick impls.

Returns:

Implemented in ERY.AgateLib.NullInputImpl.


The documentation for this class was generated from the following file:
AgateLib
Awesome Game and Tool Engine Library
SourceForge.net Logo