Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed unused features from build and examples. | Steven Sheldon | 2015-04-03 | 1 | -2/+0 |
| | |||||
* | Rustup | Pierre Krieger | 2015-03-25 | 1 | -0/+2 |
| | |||||
* | Add mouse cursor support | Bryan Bell | 2015-01-12 | 1 | -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. |