|
MouseCameraControllerIsKeyboardConditionTrue Method |
IsKeyboardConditionTrue returns true when the correct keyboard modifier is pressed according to the specified conditions (only keyboard part of the conditions are checked).
Namespace: Ab3d.ControlsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax protected virtual bool IsKeyboardConditionTrue(
MouseCameraControllerMouseAndKeyboardConditions conditions,
ModifierKeys keyboardModifiers
)
Parameters
- conditions MouseCameraControllerMouseAndKeyboardConditions
- MouseAndKeyboardConditions
- keyboardModifiers ModifierKeys
- current keyboard modifiers
Return Value
Booleantrue when the correct keyboard modifier is pressed according to the specified conditions
See Also