C# Class Gruppe22.Client.StateToEvent

A class transforming mouse and keyboard-states to Windows Forms style events
Show file Open project: propra13-orga/gruppe22 Class Usage Examples

Public Methods

Method Description
StateToEvent ( IKeyHandler parent ) : System

Create a new State to event transformer (possibly only for mainwindow)

Update ( GameTime gametime ) : void

Change states and pass events if needed

Method Details

StateToEvent() public method

Create a new State to event transformer (possibly only for mainwindow)
public StateToEvent ( IKeyHandler parent ) : System
parent IKeyHandler
return System

Update() public method

Change states and pass events if needed
public Update ( GameTime gametime ) : void
gametime Microsoft.Xna.Framework.GameTime
return void