Determines whether the specified button is down.
Namespace: DigitalRune.Game.InputAssembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.1.0.0 (1.1.1.9391)
Syntax
| C# |
|---|
bool IsDown( MouseButtons button ) |
| Visual Basic |
|---|
Function IsDown ( _ button As MouseButtons _ ) As Boolean |
| Visual C++ |
|---|
bool IsDown( MouseButtons button ) |
Parameters
- button
- Type: DigitalRune.Game.Input..::..MouseButtons
The button.