| IInputServiceIsReleased 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 bool IsReleased(
MouseButtons button
)
Function IsReleased (
button As MouseButtons
) As Boolean
bool IsReleased(
MouseButtons button
)
abstract 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,
.
See Also