the_fiddler
|
817ff38630
|
Fixed a comment typo.
|
2008-06-21 20:44:53 +00:00 |
|
the_fiddler
|
3c6fc58750
|
Temporarily remove MouseDevice.Move event, due to issues with deltas when the mouse stops moving.
|
2008-05-04 18:08:03 +00:00 |
|
the_fiddler
|
1510c282de
|
Fixed a bug where WheelDelta reported the same value as Wheel.
|
2008-05-04 17:47:09 +00:00 |
|
the_fiddler
|
f65fd4b221
|
Fixed mouse delta handling.
|
2008-05-04 17:42:19 +00:00 |
|
the_fiddler
|
027c6eb542
|
Fixed line endings.
|
2008-05-04 17:18:54 +00:00 |
|
the_fiddler
|
26f1ac30d0
|
Added support for higher mouse buttons under X11.
Use XCheckWindowEvent instead of XNextEvent.
|
2008-03-24 18:18:26 +00:00 |
|
the_fiddler
|
878af03601
|
Documentation updates. Getting rid of all remaining warnings in debug build.
|
2008-01-20 19:29:42 +00:00 |
|
the_fiddler
|
4d7c6b2a31
|
Updated documentation.
|
2008-01-06 10:38:44 +00:00 |
|
the_fiddler
|
03feb5b512
|
Use System.Drawing.Point to hold mouse coords internally. Add property to get mouse position as a System.Drawing.Point.
|
2008-01-06 02:22:16 +00:00 |
|
the_fiddler
|
f769caa4f1
|
Updates to delta handling. Now uses x - last_x instead of storing a delta directly.
|
2007-09-26 15:48:11 +00:00 |
|
the_fiddler
|
c5444179ba
|
Renamed Keyboard and Mouse to KeyboardDevice and MouseDevice respectively, to avoid name classes.
|
2007-09-26 11:30:18 +00:00 |
|