aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/win32/callback.rs
Commit message (Collapse)AuthorAgeFilesLines
* DroppedFile event for Win32Denilson M. Amorim2015-06-231-0/+22
|
* Express scroll deltas as either line or pixel deltasRobert Knight2015-06-131-2/+3
| | | | | | | | | | | | 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.
* Add API for transparency and decorations and add support for win32Pierre Krieger2015-05-241-0/+1
|
* Rework MouseWheel event and fix the values on win32Pierre Krieger2015-04-291-1/+2
|
* Create reorganizationPierre Krieger2015-04-241-0/+253