| InputManagerIsUp Method (MouseButtons) |
Determines whether the specified button is up.
Namespace: DigitalRune.Game.InputAssembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.8.0.0 (1.8.0.14467)
Syntax public bool IsUp(
MouseButtons button
)
Public Function IsUp (
button As MouseButtons
) As Boolean
public:
virtual bool IsUp(
MouseButtons button
) sealed
abstract IsUp :
button : MouseButtons -> bool
override IsUp :
button : MouseButtons -> bool
Parameters
- button
- Type: DigitalRune.Game.InputMouseButtons
The button.
Return Value
Type:
Boolean if the specified button is up; otherwise,
.
Implements
IInputServiceIsUp(MouseButtons)See Also