aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/win32/callback.rs
Commit message (Collapse)AuthorAgeFilesLines
* Changed MouseMoved((i32, i32)) to MouseMoved(i32, i32), breaking changeRichard Lettich2016-03-271-1/+1
|
* Add phases to wheel events.Patrick Walton2016-03-031-1/+2
| | | | Needed for apps to support overscroll on the Mac.
* Support for side buttons on mouseAceeri2015-12-291-0/+18
|
* Fixes cursor behavior with windowsRengierof2015-12-261-1/+1
|
* Removed comments, fixed Some/None matches, removed unnecessary lock checksAceeri2015-11-091-13/+8
|
* Corrections to sharing dataAceeri2015-11-091-8/+2
|
* Minimum/maximum dimensions for windows in win32 apiAceeri2015-11-091-4/+55
|
* win32: implement wakeup_event_loopVladimir Vukicevic2015-09-221-0/+6
|
* Handle events for Alt-<Key> and F10 presses in windowsMarkus Heikkinen2015-08-291-5/+17
|
* Modified Windows key event handling to support modifier keys.Dylan Ede2015-08-261-4/+2
|
* Cleanup unused import stuffPeter Atashian2015-08-211-4/+4
| | | | | | Also support i686-pc-windows-msvc Signed-off-by: Peter Atashian <retep998@gmail.com>
* 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