projects
/
platform
/
core
/
csapi
/
opentk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf8efea
)
[Input] Allow extending JoystickDevice<>
author
thefiddler
<stapostol@gmail.com>
Sat, 4 Jan 2014 23:46:59 +0000
(
00:46
+0100)
committer
thefiddler
<stapostol@gmail.com>
Sat, 4 Jan 2014 23:46:59 +0000
(
00:46
+0100)
Source/OpenTK/Input/JoystickDevice.cs
patch
|
blob
|
history
diff --git
a/Source/OpenTK/Input/JoystickDevice.cs
b/Source/OpenTK/Input/JoystickDevice.cs
index
55a92be
..
8e239f5
100644
(file)
--- a/
Source/OpenTK/Input/JoystickDevice.cs
+++ b/
Source/OpenTK/Input/JoystickDevice.cs
@@
-155,7
+155,7
@@
namespace OpenTK.Input
#region JoystickDevice<TDetail> : JoystickDevice
// Provides platform-specific information about the relevant JoystickDevice.
- internal
sealed
class JoystickDevice<TDetail> : JoystickDevice
+ internal class JoystickDevice<TDetail> : JoystickDevice
where TDetail : new()
{
internal JoystickDevice(int id, int axes, int buttons)