Property | Type | Description | |
---|---|---|---|
absoluteMousePosition | Microsoft.Xna.Framework.Vector3 | ||
relativeMousePosition | Microsoft.Xna.Framework.Vector3 |
Method | Description | |
---|---|---|
Capture ( ) : void | ||
CaptureKeyboardState ( ) : void | ||
CaptureMouseState ( ) : void | ||
CheckKeyPressed ( Axiom key, bool &isPressed ) : void | ||
CheckMouseButtonPressed ( Axiom button, bool &isPressed ) : void | ||
Dispose ( ) : void | ||
Initialize ( Axiom parent, bool useKeyboard, bool useMouse, bool useGamepad, bool ownMouse ) : void | ||
IsKeyPressed ( Axiom key ) : bool | ||
IsMousePressed ( Axiom button ) : bool |
public abstract CaptureKeyboardState ( ) : void | ||
return | void |
public abstract CheckKeyPressed ( Axiom key, bool &isPressed ) : void | ||
key | Axiom | |
isPressed | bool | |
return | void |
public abstract CheckMouseButtonPressed ( Axiom button, bool &isPressed ) : void | ||
button | Axiom | |
isPressed | bool | |
return | void |
public Initialize ( Axiom parent, bool useKeyboard, bool useMouse, bool useGamepad, bool ownMouse ) : void | ||
parent | Axiom | |
useKeyboard | bool | |
useMouse | bool | |
useGamepad | bool | |
ownMouse | bool | |
return | void |
public IsMousePressed ( Axiom button ) : bool | ||
button | Axiom | |
return | bool |
protected Vector3,Microsoft.Xna.Framework absoluteMousePosition | ||
return | Microsoft.Xna.Framework.Vector3 |