winit-sonoma-fix/examples
Bryan Bell b532b8c65f Add mouse cursor support
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.
2015-01-12 16:22:37 -08:00
..
support Update for rust alpha 1.0 2015-01-10 08:23:20 +01:00
cursor.rs Add mouse cursor support 2015-01-12 16:22:37 -08:00
fullscreen.rs Update for rust alpha 1.0 2015-01-10 08:23:20 +01:00
multiwindow.rs Update for rust alpha 1.0 2015-01-10 08:23:20 +01:00
window.rs Update for rust alpha 1.0 2015-01-10 08:23:20 +01:00