| InputManagerIsReleased Method (MouseButtons) |
Determines whether the specified button was previously down and has been released.
Namespace: DigitalRune.Game.InputAssembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.8.0.0 (1.8.0.14467)
Syntax public bool IsReleased(
MouseButtons button
)
Public Function IsReleased (
button As MouseButtons
) As Boolean
public:
virtual bool IsReleased(
MouseButtons button
) sealed
abstract IsReleased :
button : MouseButtons -> bool
override IsReleased :
button : MouseButtons -> bool
Parameters
- button
- Type: DigitalRune.Game.InputMouseButtons
The button.
Return Value
Type:
Boolean if the specified button was previously down and has been released;
otherwise,
.
Implements
IInputServiceIsReleased(MouseButtons)See Also