SpriteBaseSetInputState Method |
Turns on or off the specified input on this sprite.
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public virtual void SetInputState(
SpriteBaseInputBits Input,
bool Press
)
Parameters
- Input
- Type: (Default Namespace)SpriteBaseInputBits
Indicates a particular input to be affected. - Press
- Type: SystemBoolean
True if the input should be turned on or "pressed", False if the
input should be turned off or "released".
Remarks See Also