 |
ManualPointerCameraControllerIsPointerButtonsConditionTrue Method |
IsPointerButtonsConditionTrue returns true when the correct pointer or mouse button is pressed according to the specified conditions (only pointer part of the conditions are checked; keyboard part is checked in IsKeyboardConditionTrue).
Namespace: Ab4d.SharpEngine.UtilitiesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntaxprotected virtual bool IsPointerButtonsConditionTrue(
PointerAndKeyboardConditions pointerAndKeyboardConditions,
PointerButtons pressedPointerButton
)
Parameters
- pointerAndKeyboardConditions PointerAndKeyboardConditions
- PointerAndKeyboardConditions
- pressedPointerButton PointerButtons
- actually pressed pointer or mouse buttons as PointerButtons
Return Value
Booleantrue when the correct pointer or mouse button is pressed according to the specified conditions
Remarks[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Utilities.ManualPointerCameraController.IsPointerButtonsConditionTrue(Ab4d.SharpEngine.Common.PointerAndKeyboardConditions,Ab4d.SharpEngine.Common.PointerButtons)"]
See Also