Jarl Gullberg
3654fa4107
Correct semicolon spacing in OpenTK.
2017-08-04 11:41:52 +02:00
Jarl Gullberg
7090695ac6
Correct keyword spacing in OpenTK.
2017-07-28 12:29:22 +02:00
Fraser Waters
89b7337061
Remove unused fields in MouseDevice
2017-07-23 16:02:23 +01:00
Jarl Gullberg
094580daa3
Removed unused using statements.
2017-07-20 21:32:51 +02:00
Jarl Gullberg
5b03732763
Merge pull request #575 from Nihlus/cleanup-5-enforce-braces
...
Enforce the use of braces for conditional statements
2017-07-20 21:22:18 +02:00
Jarl Gullberg
ef96e7ab15
Merge pull request #581 from Nihlus/correct-xml-comment
...
Corrected XML comments to reflect now removed JoystickAxis enumeration.
2017-07-20 13:41:53 +02:00
Jarl Gullberg
56b51702c2
Corrected XML comments to reflect now removed JoystickAxis enumeration.
2017-07-20 12:49:03 +02:00
Jarl Gullberg
8974c0ee2b
Remove unused backing field from FileDropEventArgs.
2017-07-20 12:45:01 +02:00
Jarl Gullberg
4f60f95607
Enforced the use of braces for conditional statements.
2017-07-17 19:24:51 +02:00
Jarl Gullberg
5f2d3144c4
Enforced use of explicit private modifiers.
2017-07-17 18:51:54 +02:00
Christopher Lees
d0880ab1e6
Change: Remove unncessary int assignment from GamePadConfiguration.cs
2017-07-12 22:16:55 +01:00
Christopher Lees
5c11f61729
Add XML-doc comments & remove unused imports.
2017-07-10 11:35:43 +01:00
Christopher Lees
5abbd6c57c
Change: Tweak GamePadConfigurationSource constructor to be clearer
2017-07-10 11:19:56 +01:00
Christopher Lees
d00a2f982d
Change: Bump joystick axis limit to 64 & remove JoystickAxis enum
2017-07-09 22:57:51 +01:00
Jarl Gullberg
127c6fd67d
Transformed compatible properties into auto-properties where possible.
2017-07-07 11:52:32 +02:00
Jarl Gullberg
f11ecd016d
Removed region declarations across the codebase.
2017-07-05 14:09:27 +02:00
varon
09bd2d5d10
Merge pull request #542 from VPeruS/drag-and-drop
...
Drag and drop support
2017-07-04 21:40:26 +02:00
Jarl Gullberg
10859fbbe7
Removed obsolete input driver.
2017-06-22 18:34:49 +02:00
Jarl Gullberg
5474ee4426
Removed obsolete keyboard driver.
2017-06-22 18:34:49 +02:00
Jarl Gullberg
c43a4f03f1
Removed obsolete joystick driver.
2017-06-22 18:34:49 +02:00
Jarl Gullberg
d3e831038d
Removed obsolete mouse driver.
2017-06-22 18:34:49 +02:00
Jarl Gullberg
5f9bf7fea3
Removed obsolete compatibility properties.
2017-06-22 18:34:48 +02:00
Vlad K
eb951d8569
Delete region keyword
2017-06-21 22:07:32 +03:00
Vlad K
1a20ca5245
Rename Drop event, remove licenses
2017-06-18 22:37:16 +03:00
Vlad K
e792bd80fe
Add initial d&d support for GameWindow. Add SDL2 d&d support
2017-06-16 22:02:55 +03:00
Christopher Lees
7ef7c12c2b
Joystick Buttons:
...
* Remove JoystickButton enum (Use zero-based int as button index instead)
* Change to using a long to store button states
* Max buttons now 64 (Unable to go further without using an array)
2016-11-27 19:23:44 +00:00
varon
468542c3db
Moved OpenTK to source folder
2016-07-17 21:36:42 +02:00