| IInputServiceIsDoubleClick Method (Keys) |
Determines whether the specified key was double-clicked.
Namespace: DigitalRune.Game.InputAssembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.8.0.0 (1.8.0.14467)
Syntax bool IsDoubleClick(
Keys key
)
Function IsDoubleClick (
key As Keys
) As Boolean
bool IsDoubleClick(
Keys key
)
abstract IsDoubleClick :
key : Keys -> bool
Parameters
- key
- Type: Keys
The key.
Return Value
Type:
Boolean if the specified key was double-clicked; otherwise,
.
See Also