OpenTK.Input
4.7.7
See the version list below for details.
dotnet add package OpenTK.Input --version 4.7.7
NuGet\Install-Package OpenTK.Input -Version 4.7.7
<PackageReference Include="OpenTK.Input" Version="4.7.7" />
paket add OpenTK.Input --version 4.7.7
#r "nuget: OpenTK.Input, 4.7.7"
// Install OpenTK.Input as a Cake Addin
#addin nuget:?package=OpenTK.Input&version=4.7.7
// Install OpenTK.Input as a Cake Tool
#tool nuget:?package=OpenTK.Input&version=4.7.7
Hid/Controller input library.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on OpenTK.Input:
Package | Downloads |
---|---|
OpenTK
The Open Toolkit is set of fast, low-level C# bindings for OpenGL, OpenGL ES, OpenAL and OpenCL. It runs on all major platforms and powers hundreds of apps, games and scientific research. It provides bindings for GLFW windowing, input and a game loop, and is the perfect start for your own game engine. OpenTK comes with simple and easy to follow tutorials for learning *modern* OpenGL. These are written by the community and represent all of the best practices to get you started. Learn how to use OpenTK here: https://opentk.net/learn/index.html Sample projects that accompany the tutorial can be found here: https://github.com/opentk/LearnOpenTK We have a very active discord server, if you need help, want to help, or are just curious, come join us! https://discord.gg/6HqD48s |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.0.0-pre.8 | 2,147 | 10/28/2022 |
5.0.0-pre.7 | 6,900 | 4/19/2022 |
5.0.0-pre.6 | 3,662 | 6/16/2021 |
5.0.0-pre.5 | 376 | 5/29/2021 |
5.0.0-pre.4 | 314 | 5/22/2021 |
5.0.0-pre.3 | 7,106 | 3/10/2021 |
5.0.0-pre.2 | 202 | 3/9/2021 |
5.0.0-pre.1 | 496 | 3/8/2021 |
4.7.7 | 4,400 | 2/23/2023 |
4.7.6 | 211 | 2/22/2023 |
4.7.5 | 23,667 | 9/8/2022 |
4.7.4 | 20,664 | 6/17/2022 |
4.7.3 | 715 | 6/17/2022 |
4.7.2 | 205,182 | 5/3/2022 |
4.7.1 | 18,074 | 2/17/2022 |
4.7.0 | 528 | 2/16/2022 |
4.6.7 | 35,367 | 9/13/2021 |
4.6.6 | 410 | 9/13/2021 |
4.6.5 | 404 | 9/13/2021 |
4.6.4 | 22,939 | 5/28/2021 |
4.6.3 | 11,365 | 3/27/2021 |
4.6.2 | 1,913 | 3/19/2021 |
4.6.1 | 1,444 | 3/19/2021 |
4.6.0 | 1,553 | 3/18/2021 |
4.5.0 | 67,692 | 2/14/2021 |
4.4.0 | 15,188 | 12/16/2020 |
4.3.0 | 20,356 | 11/21/2020 |
4.2.0 | 2,441 | 11/12/2020 |
4.1.0 | 2,131 | 11/6/2020 |
4.0.6 | 3,817 | 10/18/2020 |
4.0.5 | 697 | 10/18/2020 |
4.0.4 | 693 | 10/17/2020 |
4.0.3 | 1,009 | 10/14/2020 |
4.0.2 | 984 | 10/11/2020 |
4.0.1 | 1,824 | 10/6/2020 |
4.0.0 | 4,713 | 10/2/2020 |
4.0.0-pre9.10 | 316 | 10/1/2020 |
4.0.0-pre9.9 | 229 | 9/30/2020 |
4.0.0-pre9.8 | 235 | 9/29/2020 |
4.0.0-pre9.7 | 683 | 9/20/2020 |
4.0.0-pre9.6 | 403 | 9/14/2020 |
4.0.0-pre9.5 | 237 | 9/14/2020 |
4.0.0-pre9.4 | 634 | 8/30/2020 |
FIX: `ToString()` on all math types no longer throw `NullReferenceException`. (@NogginBops)