Click or drag to resize
AB4D logo

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.Controls
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
protected virtual bool IsKeyboardConditionTrue(
	MouseCameraControllerMouseAndKeyboardConditions conditions,
	ModifierKeys keyboardModifiers
)

Parameters

conditions  MouseCameraControllerMouseAndKeyboardConditions
MouseAndKeyboardConditions
keyboardModifiers  ModifierKeys
current keyboard modifiers

Return Value

Boolean
true when the correct keyboard modifier is pressed according to the specified conditions
See Also