프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Cursor |
메소드 | 설명 | |
---|---|---|
Draw ( ) : void | ||
Draw ( |
||
InputHelper ( ) : FarseerPhysics.Samples.MediaSystem |
Constructs a new input state.
|
|
InputHelper ( |
Constructs a new input state.
|
|
IsMenuCancel ( ) : bool |
Checks for a "menu cancel" input action.
|
|
IsMenuDown ( ) : bool | ||
IsMenuHold ( ) : bool | ||
IsMenuPressed ( ) : bool | ||
IsMenuRelease ( ) : bool | ||
IsMenuReleased ( ) : bool | ||
IsMenuSelect ( ) : bool |
Checks for a "menu select" input action.
|
|
IsMenuUp ( ) : bool | ||
IsNewButtonPress ( Buttons button ) : bool |
Helper for checking if a button was newly pressed during this update.
|
|
IsNewButtonRelease ( Buttons button ) : bool | ||
IsNewKeyPress ( Keys key ) : bool |
Helper for checking if a key was newly pressed during this update.
|
|
IsNewKeyRelease ( Keys key ) : bool | ||
IsNewMouseButtonPress ( MouseButtons button ) : bool |
Helper for checking if a mouse button was newly pressed during this update.
|
|
IsNewMouseButtonRelease ( MouseButtons button ) : bool |
Checks if the requested mouse button is released.
|
|
IsNewScrollWheelDown ( ) : bool |
Checks if the mouse wheel has been scrolled down
|
|
IsNewScrollWheelUp ( ) : bool |
Checks if the mouse wheel has been scrolled up
|
|
IsScreenExit ( ) : bool | ||
LoadContent ( ) : void | ||
LoadContent ( |
||
Update ( |
Reads the latest state of the keyboard and gamepad and mouse/touchpad.
|
메소드 | 설명 | |
---|---|---|
HandleVirtualStickWP7 ( ) : |
||
HandleVirtualStickWin ( ) : |
public Draw ( |
||
batch | ||
리턴 | void |
public InputHelper ( ) : FarseerPhysics.Samples.MediaSystem | ||
리턴 | FarseerPhysics.Samples.MediaSystem |
public InputHelper ( |
||
manager | ||
리턴 | System.Collections.Generic |
public IsNewButtonRelease ( Buttons button ) : bool | ||
button | Buttons | |
리턴 | bool |
public IsNewMouseButtonPress ( MouseButtons button ) : bool | ||
button | MouseButtons | |
리턴 | bool |
public IsNewMouseButtonRelease ( MouseButtons button ) : bool | ||
button | MouseButtons | The button. |
리턴 | bool |
public LoadContent ( |
||
viewport | ||
리턴 | void |
public Update ( |
||
gameTime | ||
리턴 | void |