Commit Graph

4 Commits

Author SHA1 Message Date
mfwass f8837999ed Cleanup trailing whitespace 2015-12-13 10:08:41 -05:00
rdb 414460a3b5 Fix a few issues with mouse mode sample 2015-11-24 00:17:15 +01:00
Ed Swartz fc5a2e5e33 Implement confined mouse mode for OS X.
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.
2015-04-30 17:57:00 -05:00
Ed Swartz f6841d7fc5 Add sample program demonstrating the mouse modes 2015-04-17 15:26:57 -05:00