the_fiddler
|
4fde3c4dab
|
Added conditional compilation and the necessary classes to compile OpenTK without referencing System.Drawing.dll. To build without System.Drawing, add "MINIMAL" to the conditional compilation symbols. Note that this is an experimental feature that will result in a source- and binary-incompatible dll.
|
2011-12-08 00:03:14 +00:00 |
|
the_fiddler
|
da7e4c7252
|
Backported bugfixes from 1.0 branch.
|
2010-02-03 19:04:42 +00:00 |
|
the_fiddler
|
f12cbf1cd5
|
Synced trunk with 1.0 branch.
|
2009-11-16 18:45:41 +00:00 |
|
the_fiddler
|
997f57c1f7
|
Modified MouseDevice events to follow the class library design guidelines.
Changed Mouse[Move|Button|Wheel]EventArgs into classes that inherit from EventsArgs, in order to follow the event design guidelines.
|
2009-09-04 23:13:24 +00:00 |
|
the_fiddler
|
f8467ab767
|
* Keyboard.cs: Disabled fixed buffer due to gmcs 2.0.1 compiler bug
(bogus CS0214) warning.
Added license information.
* Mouse.cs:
* MouseState.cs:
* MouseDevice.cs:
* MouseButton.cs:
* KeyboardState.cs:
* KeyboardDevice.cs: Added license information.
* Key.cs: Added missing LastKey enum.
|
2009-09-03 21:15:12 +00:00 |
|
the_fiddler
|
6131379091
|
Fixed bug #776 (Incorrect XDelta and YDelta values...)
|
2009-04-04 23:05:53 +00:00 |
|
the_fiddler
|
d4aef922bc
|
Fixed all known build warnings, apart from missing xml comments.
|
2009-03-25 21:53:12 +00:00 |
|
the_fiddler
|
69b17fa43f
|
Normalize line endings and set the mime-type=text/plain and eol-style=native properties on all files.
|
2009-02-22 10:43:35 +00:00 |
|
the_fiddler
|
085ce196f4
|
Applied ALyman's patch for MouseDevice.Move (http://www.opentk.com/node/652) with modifications.
|
2009-02-20 18:02:34 +00:00 |
|
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 |
|