OpenTK.Input
4.9.4
Prefix Reserved
See the version list below for details.
dotnet add package OpenTK.Input --version 4.9.4
NuGet\Install-Package OpenTK.Input -Version 4.9.4
<PackageReference Include="OpenTK.Input" Version="4.9.4" />
<PackageVersion Include="OpenTK.Input" Version="4.9.4" />
<PackageReference Include="OpenTK.Input" />
paket add OpenTK.Input --version 4.9.4
#r "nuget: OpenTK.Input, 4.9.4"
#:package OpenTK.Input@4.9.4
#addin nuget:?package=OpenTK.Input&version=4.9.4
#tool nuget:?package=OpenTK.Input&version=4.9.4
OpenTK.Input
Hid/Controller input library.
Read more about how to use OpenTK at: https://opentk.net/
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
This package has no dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on OpenTK.Input:
| Package | Downloads |
|---|---|
|
BioImager
A .NET microscopy imaging application based on Bio library. Supports various microscopes by using imported libraries & GUI automation. Supported libraries include Prior® & Zeiss® & all devices supported by Micromanager 2.0 and python-microscope. |
|
|
RocketEngine.RERL
Rocket Engine Rendering Library |
|
|
Pilz.Drawing.Drawing3D.OpenGLFactory
Package Description |
|
|
OpenTKAvalonia
Package Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on OpenTK.Input:
| Repository | Stars |
|---|---|
|
hybridizer-io/hybridizer-basic-samples
Examples of C# code compiled to GPU by hybridizer
|
| Version | Downloads | Last Updated |
|---|---|---|
| 5.0.0-pre.15 | 4,621 | 8/24/2025 |
| 5.0.0-pre.14 | 949 | 7/11/2025 |
| 5.0.0-pre.13 | 7,481 | 11/11/2024 |
| 5.0.0-pre.12 | 2,585 | 9/25/2024 |
| 5.0.0-pre.11 | 1,590 | 8/9/2024 |
| 5.0.0-pre.10 | 6,054 | 3/7/2024 |
| 5.0.0-pre.9 | 3,192 | 10/16/2023 |
| 5.0.0-pre.8 | 17,392 | 10/28/2022 |
| 4.9.4 | 1,121,785 | 3/17/2025 |
| 4.9.3 | 44,709 | 12/10/2024 |
| 4.9.2 | 1,037 | 12/10/2024 |
| 4.9.1 | 4,182 | 12/2/2024 |
| 4.8.2 | 255,013 | 12/2/2023 |
| 4.8.1 | 24,153 | 9/27/2023 |
| 4.8.0 | 54,190 | 7/17/2023 |
| 4.7.7 | 75,373 | 2/23/2023 |
| 4.7.6 | 8,784 | 2/22/2023 |
| 4.7.5 | 85,679 | 9/8/2022 |
| 4.7.4 | 41,441 | 6/17/2022 |
| 4.7.3 | 5,524 | 6/17/2022 |
BREAKING: Made `Matrix3/4.CreateFromQuaternion` and `Matrix3x4/4x3.CreateFromQuaternion` produce idential results for non-normalized quaternions. (@NogginBops)
API: Add explicit casts to and from `System.Numerics` types. (@DamienIsPoggers, @NogginBops)
API: Added `VectorN.Round/Ceiling/Floor/Truncate` element-wise functions. (@NogginBops)
API: Add `ShaderStorageBufferBinding`, `ShaderStorageBufferStart`, and `ShaderStorageBufferSize` to `GetIndexedPName`. (@NogginBops)
API: Add `MathHelper.RadToDeg(d)` and `MathHelper.DegToRad(d)` constants for conversion between radians and degrees. (@DamienIsPoggers)
API: Add support for the `ALC_SOFT_loopback` OpenAL extension through `OpenTK.Audio.OpenAL.ALC.Loopback`. (@NogginBops)
FIX: Update `OpenTK.redist.glfw` to GLFW 3.4 so that the GLFW 3.4 apis work properly. (@NogginBops)
FIX: Optimized `VectorN.this[int i]` and `MatrixN.this[int row, int col]` indexers. (@NogginBops)
FIX: Made `Color4.FromHsv` and `Color4.FromHsl` work correctly when hue is `1`. (@NogginBops)
FIX: Updated OpenAL `DllNotFoundException` exception message to mention having to install OpenAL. (@NogginBops)
FIX: The documentation for `NativeWindowSettings.RenderFrequency` now correctly refers to `UpdateFrequency` instead of `UpdateFrame`. (@NogginBops)