Curious if anyone else has ran into this issue...
I am using Cesium 1.42. When I define a screen space event listener for the MOUSE_MOVE event the event does not fire if I hold a predefined keyboard key...
For example, if you run the below Sandcastle and you press and hold the Shift, Ctrl or Alt key the Cesium MOUSE_MOVE event will not fire but the document mousemove event will...
What I essentially want to do is disable the tilt (screenSpaceCameraController.enableTilt) and look (screenSpaceCameraController.enableLook) options on the viewer and replace them with my own.
Perhaps this behavior is a bug? Any thoughts would be great!