aboutsummaryrefslogtreecommitdiffstats
path: root/examples/cursor.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add mouse cursor supportBryan Bell2015-01-121-0/+49
Add a new api, window.set_cursor, for setting the cursor. The enum MouseCursor lists the possible cursors. Only X11 is implemented. On OSX, Android, & Win32 the window.set_cursor function either does nothing or calls the "unimplemented!" macro.