Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the examples | Pierre Krieger | 2015-10-04 | 1 | -6/+1 |
| | |||||
* | Use modern GL code for the examples | Pierre Krieger | 2015-08-05 | 1 | -1/+1 |
| | |||||
* | Remove the is_closed function | Pierre Krieger | 2015-06-16 | 1 | -18/+15 |
| | |||||
* | Make legacy functions crash on osx core contexts | Felix Kaaman | 2015-06-16 | 1 | -1/+1 |
| | |||||
* | Express scroll deltas as either line or pixel deltas | Robert Knight | 2015-06-13 | 1 | -1/+1 |
| | | | | | | | | | | | | Depending on the platform and device, scroll deltas may either be represented as pixel deltas specifying the amount in pixels to scroll or they may be expressed in 'lines' or 'chunks' for low resolution devices (eg. a traditional mouse wheel). Pixel deltas are currently available on OS X. X11 currently supports only integer line deltas, though pixel deltas are available via XInput2. Windows supports fractional line deltas. | ||||
* | 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. |