mirror of
https://github.com/panda3d/panda3d.git
synced 2026-05-06 22:50:24 -05:00
fc5a2e5e33
Note: it seems that using #set_pointer() will result in a long delay before an absolute mouse position is updated, even though deltas are reported. Thus, in CocoaPandaView, the mouse deltas are sent for both relative and confined modes, so client code (e.g. the "mouse modes" demo) will be able to recenter the mouse without choppy movement.