mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-25 17:01:07 +00:00
[Input] Allow extending JoystickDevice<>
This commit is contained in:
parent
bf8efea121
commit
3757db9978
|
@ -155,7 +155,7 @@ namespace OpenTK.Input
|
||||||
#region JoystickDevice<TDetail> : JoystickDevice
|
#region JoystickDevice<TDetail> : JoystickDevice
|
||||||
|
|
||||||
// Provides platform-specific information about the relevant JoystickDevice.
|
// Provides platform-specific information about the relevant JoystickDevice.
|
||||||
internal sealed class JoystickDevice<TDetail> : JoystickDevice
|
internal class JoystickDevice<TDetail> : JoystickDevice
|
||||||
where TDetail : new()
|
where TDetail : new()
|
||||||
{
|
{
|
||||||
internal JoystickDevice(int id, int axes, int buttons)
|
internal JoystickDevice(int id, int axes, int buttons)
|
||||||
|
|
Loading…
Reference in a new issue