Method | Description | |
---|---|---|
Accept ( AcceptInputTypes inputTypes ) : bool | ||
Dismiss ( DismissInputTypes inputTypes ) : bool | ||
Down ( InputDetectionType detectionType, DirectionalInputTypes inputTypes ) : bool | ||
InputSystem ( ) : Microsoft.Xna.Framework.Input | ||
Left ( InputDetectionType detectionType, DirectionalInputTypes inputTypes ) : bool | ||
Right ( InputDetectionType detectionType, DirectionalInputTypes inputTypes ) : bool | ||
Up ( InputDetectionType detectionType, DirectionalInputTypes inputTypes ) : bool | ||
Update ( ) : void |
Method | Description | |
---|---|---|
ChangePressedDirection ( InputDirection newDirection ) : void | ||
CheckDirectional ( InputDetectionType detectionType, InputDirection direction, DirectionalInputTypes inputTypes, Keys arrowKey, Keys WASDKey, Buttons leftThumbstick, Buttons rightThumbstick, Buttons dPadDirection ) : bool | ||
CheckDirectionalHeldDown ( DirectionalInputTypes inputTypes, Keys arrowKey, Keys WASDKey, Buttons leftThumbstick, Buttons rightThumbstick, Buttons dPadDirection ) : bool | ||
CheckDirectionalPressedOnce ( InputDirection direction, DirectionalInputTypes inputTypes, Keys arrowKey, Keys WASDKey, Buttons leftThumbstick, Buttons rightThumbstick, Buttons dPadDirection ) : bool | ||
CheckDirectionalReleased ( DirectionalInputTypes inputTypes, Keys arrowKey, Keys WASDKey, Buttons leftThumbstick, Buttons rightThumbstick, Buttons dPadDirection ) : bool | ||
HoldDownPress ( InputDirection direction ) : bool | ||
ResetPressedDirection ( InputDirection direction ) : void |
public Accept ( AcceptInputTypes inputTypes ) : bool | ||
inputTypes | AcceptInputTypes | |
return | bool |
public Dismiss ( DismissInputTypes inputTypes ) : bool | ||
inputTypes | DismissInputTypes | |
return | bool |
public Down ( InputDetectionType detectionType, DirectionalInputTypes inputTypes ) : bool | ||
detectionType | InputDetectionType | |
inputTypes | DirectionalInputTypes | |
return | bool |
public InputSystem ( ) : Microsoft.Xna.Framework.Input | ||
return | Microsoft.Xna.Framework.Input |
public Left ( InputDetectionType detectionType, DirectionalInputTypes inputTypes ) : bool | ||
detectionType | InputDetectionType | |
inputTypes | DirectionalInputTypes | |
return | bool |
public Right ( InputDetectionType detectionType, DirectionalInputTypes inputTypes ) : bool | ||
detectionType | InputDetectionType | |
inputTypes | DirectionalInputTypes | |
return | bool |
public Up ( InputDetectionType detectionType, DirectionalInputTypes inputTypes ) : bool | ||
detectionType | InputDetectionType | |
inputTypes | DirectionalInputTypes | |
return | bool |