C# Class Heirloom.Game.InputSource

Show file Open project: Chamberlain91/Heirloom

Protected Methods

Method Description
Poll ( ) : void
TryGetAxis ( string identifier, float &state ) : bool
TryGetButton ( string identifier, ButtonState &state ) : bool
TryGetPointerPosition ( Vector &state ) : bool

Method Details

Poll() protected abstract method

protected abstract Poll ( ) : void
return void

TryGetAxis() protected abstract method

protected abstract TryGetAxis ( string identifier, float &state ) : bool
identifier string
state float
return bool

TryGetButton() protected abstract method

protected abstract TryGetButton ( string identifier, ButtonState &state ) : bool
identifier string
state ButtonState
return bool

TryGetPointerPosition() protected abstract method

protected abstract TryGetPointerPosition ( Vector &state ) : bool
state Vector
return bool