| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
When the state is not changed, no code must be executed. Such no-ops previously
hit the unimplemented cursor hiding.
|
| |
|
| |
|
|
|
|
| |
mentioned at http://www.kaffe.org/pipermail/kaffe/2000-April/175201.html).
|
|
|
|
|
|
|
| |
http://www.kaffe.org/pipermail/kaffe/2000-April/175201.html).
Conflicts:
src/api/x11/window.rs
|
|
|