Click or drag to resize
Ab4d.SharpEngine logo

ManualPointerCameraController Methods

The ManualPointerCameraController type exposes the following members.

Methods
 NameDescription
Protected methodIsKeyboardConditionTrue IsKeyboardConditionTrue returns true when the correct keyboard modifier is pressed according to the specified conditions (only keyboard part of the conditions are checked).
Protected methodIsPointerButtonsConditionTrue 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).
Public methodProcessPointerMoved ProcessPointerMoved method processes the pointer or mouse moved event and returns true if the event is handled by this method.
Protected methodProcessPointerMovedInt Protected ProcessPointerMovedInt
Public methodProcessPointerPressed ProcessPointerPressed method processes pointer or mouse pressed event and returns true if the event is handled by this method.
Public methodProcessPointerReleased ProcessPointerReleased method processes pointer or mouse down event and returns true if the event is handled by this method.
Public methodProcessPointerWheelChanged ProcessPointerWheelChanged method processes the pointer or mouse wheel changed event and returns true if the event is handled by this method.
Protected methodStartPointerProcessing StartPointerProcessing is called when the correct pointer button and keyboard is pressed to start rotating or moving the camera.
Top
See Also