SpriteBaseClearInputs Method |
Turns off all current inputs on this sprite.
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public virtual void ClearInputs(
bool SetOldInputs
)
Parameters
- SetOldInputs
- Type: SystemBoolean
True if you want to remember the current set of inputs
as the inputs for the previous frame (oldinputs).
False if you just want to clear the inputs.
See Also