Desktop/Dev/InputManager/InputManager/ActionMap.cs File Reference


Namespaces

namespace  Mindshifter
namespace  System
namespace  System.Collections.Generic
namespace  Microsoft.Xna.Framework
namespace  XI
namespace  Microsoft.Xna.Framework.Input

Classes

class  Mindshifter.ActionMap
 ActionMap provides support for mapping input handling functions to specific inputs. More...
class  Mindshifter.ActionMap.KeyMap
class  Mindshifter.ActionMap.ButtonMap

Enumerations

enum  Mindshifter.DiscreteInputEventType { Mindshifter.Up, Mindshifter.Down, Mindshifter.Repeat }
 Defines the type of a discrete input. More...

Functions

delegate void Mindshifter.DiscreteInputEventHandler (GameTime time)
 Event handler for discrete input events such as key presses and mouse clicks.
delegate void Mindshifter.MouseMoveEventHandler (int dx, int dy, GameTime time)
 Event handler for mouse move events.
delegate void Mindshifter.MouseScrollEventHandler (int dw, GameTime time)
 Event handler for mouse wheel scroll events.

Generated on Thu Apr 10 01:31:14 2008 for InputManager by  doxygen 1.5.1-p1