[Input] Allow extending JoystickDevice<>
This commit is contained in:
parent
bf8efea121
commit
3757db9978
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue