Responsive updating of cursor coordinates in Panel-based PyDeck visualization

I have a PyDeck map embedded in a Panel web application and I would like to stream (latitude, longitude) coordinates back to the server in real time so that I can update a display of attributes corresponding to the cursor location. Unfortunately, based on the Panel documentation of the DeckGL pane, it appears that the coordinate updates are only possible when the cursor hovers over a fixed location. Is there a way around this so that coordinates are updated while the cursor is in motion? Is this somehow related to the throttle parameter for view state and hover events? I’d appreciate any pointers!