mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-09 22:55:39 +00:00
fix keyboard
This commit is contained in:
parent
bac73cd815
commit
c609933059
|
@ -5,15 +5,15 @@ owners
|
||||||
authors
|
authors
|
||||||
The Open Toolkit Team
|
The Open Toolkit Team
|
||||||
projectUrl
|
projectUrl
|
||||||
http://www.opentk.com
|
http://www.opentk.net
|
||||||
iconUrl
|
iconUrl
|
||||||
https://raw.githubusercontent.com/opentk/opentk/master/docs/files/img/logo.png
|
https://raw.githubusercontent.com/opentk/opentk.net/docfx/assets/opentk.png
|
||||||
licenseUrl
|
licenseUrl
|
||||||
http://github.com/opentk/opentk/blob/master/License.txt
|
http://github.com/opentk/opentk/blob/master/License.txt
|
||||||
requireLicenseAcceptance
|
requireLicenseAcceptance
|
||||||
false
|
false
|
||||||
copyright
|
copyright
|
||||||
Copyright (c) 2006 - 2016 Stefanos Apostolopoulos <stapostol@gmail.com> for the Open Toolkit library.
|
Copyright (c) 2006 - 2019 Stefanos Apostolopoulos <stapostol@gmail.com> for the Open Toolkit library.
|
||||||
tags
|
tags
|
||||||
OpenTK OpenGL OpenAL OpenCL C# F# VB .Net Mono Graphics Game Scientific Science 3D 2D Math Input Gamepad Joystick
|
OpenTK OpenGL OpenAL OpenCL C# F# VB .Net Mono Graphics Game Scientific Science 3D 2D Math Input Gamepad Joystick
|
||||||
summary
|
summary
|
||||||
|
|
|
@ -5,15 +5,15 @@ owners
|
||||||
authors
|
authors
|
||||||
The Open Toolkit Team
|
The Open Toolkit Team
|
||||||
projectUrl
|
projectUrl
|
||||||
http://www.opentk.com
|
http://www.opentk.net
|
||||||
iconUrl
|
iconUrl
|
||||||
https://raw.githubusercontent.com/opentk/opentk/master/docs/files/img/logo.png
|
https://raw.githubusercontent.com/opentk/opentk.net/docfx/assets/opentk.png
|
||||||
licenseUrl
|
licenseUrl
|
||||||
http://github.com/opentk/opentk/blob/master/License.txt
|
http://github.com/opentk/opentk/blob/master/License.txt
|
||||||
requireLicenseAcceptance
|
requireLicenseAcceptance
|
||||||
false
|
false
|
||||||
copyright
|
copyright
|
||||||
Copyright (c) 2006 - 2016 Stefanos Apostolopoulos <stapostol@gmail.com> for the Open Toolkit library.
|
Copyright (c) 2006 - 2019 Stefanos Apostolopoulos <stapostol@gmail.com> for the Open Toolkit library.
|
||||||
tags
|
tags
|
||||||
OpenTK OpenGL OpenAL OpenCL C# F# VB .Net Mono Graphics Game Scientific Science 3D 2D Math Input Gamepad Joystick
|
OpenTK OpenGL OpenAL OpenCL C# F# VB .Net Mono Graphics Game Scientific Science 3D 2D Math Input Gamepad Joystick
|
||||||
summary
|
summary
|
||||||
|
|
|
@ -217,3 +217,423 @@ namespace OpenTK.Input
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|