06-07-2016, 03:36 PM
We have implemented a mechanism to select 3D objects from an Orthographic view. The selection works fine but we have found that clicking the mouse more than once without moving it does not generate a click event.
We could live with this if it weren't for the fact that the same behaviour is observed when you zoom the image (using the mouse wheel) and click again (all without moving the cursor position) This happens even when the zoom action results in the cursor being over a different object.
To summarise:
Click left mouse button => event raised
Click left mouse button => <no response>
Move mouse slightly
Click left mouse button => event raised
and
Click left mouse button => event raised
Roll mouse wheel
Click left mouse button => <no response>
The WPF user control contains a DXViewportView, a TargetPositionCamera and a MouseCameraController.
Any suggestions will be welcomed.
We could live with this if it weren't for the fact that the same behaviour is observed when you zoom the image (using the mouse wheel) and click again (all without moving the cursor position) This happens even when the zoom action results in the cursor being over a different object.
To summarise:
Click left mouse button => event raised
Click left mouse button => <no response>
Move mouse slightly
Click left mouse button => event raised
and
Click left mouse button => event raised
Roll mouse wheel
Click left mouse button => <no response>
The WPF user control contains a DXViewportView, a TargetPositionCamera and a MouseCameraController.
Any suggestions will be welcomed.

