OpenTK.Input
5.0.0-pre.12
Prefix Reserved
See the version list below for details.
dotnet add package OpenTK.Input --version 5.0.0-pre.12
NuGet\Install-Package OpenTK.Input -Version 5.0.0-pre.12
<PackageReference Include="OpenTK.Input" Version="5.0.0-pre.12" />
paket add OpenTK.Input --version 5.0.0-pre.12
#r "nuget: OpenTK.Input, 5.0.0-pre.12"
// Install OpenTK.Input as a Cake Addin #addin nuget:?package=OpenTK.Input&version=5.0.0-pre.12&prerelease // Install OpenTK.Input as a Cake Tool #tool nuget:?package=OpenTK.Input&version=5.0.0-pre.12&prerelease
Hid/Controller input library.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
-
net8.0
- No dependencies.
NuGet packages (3)
Showing the top 3 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 |
|
Pilz.Drawing.Drawing3D.OpenGLFactory
Package Description |
|
OpenTKAvalonia
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.0.0-pre.13 | 144 | 11/11/2024 |
5.0.0-pre.12 | 1,163 | 9/25/2024 |
5.0.0-pre.11 | 1,268 | 8/9/2024 |
5.0.0-pre.10 | 3,611 | 3/7/2024 |
5.0.0-pre.9 | 2,904 | 10/16/2023 |
5.0.0-pre.8 | 15,009 | 10/28/2022 |
5.0.0-pre.7 | 8,832 | 4/19/2022 |
5.0.0-pre.6 | 4,080 | 6/16/2021 |
5.0.0-pre.5 | 479 | 5/29/2021 |
5.0.0-pre.4 | 416 | 5/22/2021 |
5.0.0-pre.3 | 8,484 | 3/10/2021 |
5.0.0-pre.2 | 292 | 3/9/2021 |
5.0.0-pre.1 | 713 | 3/8/2021 |
4.8.2 | 90,591 | 12/2/2023 |
4.8.1 | 21,250 | 9/27/2023 |
4.8.0 | 30,584 | 7/17/2023 |
4.7.7 | 58,666 | 2/23/2023 |
4.7.6 | 5,344 | 2/22/2023 |
4.7.5 | 79,054 | 9/8/2022 |
4.7.4 | 33,570 | 6/17/2022 |
4.7.3 | 5,023 | 6/17/2022 |
4.7.2 | 1,100,962 | 5/3/2022 |
4.7.1 | 28,682 | 2/17/2022 |
4.7.0 | 4,764 | 2/16/2022 |
4.6.7 | 70,227 | 9/13/2021 |
4.6.6 | 4,812 | 9/13/2021 |
4.6.5 | 4,773 | 9/13/2021 |
4.6.4 | 43,183 | 5/28/2021 |
4.6.3 | 16,851 | 3/27/2021 |
4.6.2 | 6,586 | 3/19/2021 |
4.6.1 | 6,308 | 3/19/2021 |
4.6.0 | 7,135 | 3/18/2021 |
4.5.0 | 79,738 | 2/14/2021 |
4.4.0 | 23,962 | 12/16/2020 |
4.3.0 | 92,933 | 11/21/2020 |
4.2.0 | 5,993 | 11/12/2020 |
4.1.0 | 7,081 | 11/6/2020 |
4.0.6 | 9,886 | 10/18/2020 |
4.0.5 | 5,395 | 10/18/2020 |
4.0.4 | 5,639 | 10/17/2020 |
4.0.3 | 5,639 | 10/14/2020 |
4.0.2 | 5,683 | 10/11/2020 |
4.0.1 | 6,686 | 10/6/2020 |
4.0.0 | 12,395 | 10/2/2020 |
4.0.0-pre9.10 | 443 | 10/1/2020 |
4.0.0-pre9.9 | 326 | 9/30/2020 |
4.0.0-pre9.8 | 327 | 9/29/2020 |
4.0.0-pre9.7 | 778 | 9/20/2020 |
4.0.0-pre9.6 | 504 | 9/14/2020 |
4.0.0-pre9.5 | 323 | 9/14/2020 |
4.0.0-pre9.4 | 741 | 8/30/2020 |
Vulkan bindings changes:**
Add links to relevant documentation in Vulkan documentation strings. (@NogginBops)
Add `[requires: v1.0 | KHR_extension]` strings that document version and extension requirements for function, structs, and enums. (@NogginBops)
Updated Vulkan to 1.3.295. (@NogginBops)
OpenGL bindings changes:**
Switched to using `ref readonly` instead of `in` in OpenGL bindings. (@NogginBops)
Improvements to glX and WGL bindings. (@NogginBops)
PAL2 changes:**
Renamed `Toolkit.Mouse.GetPosition` to `Toolkit.Mouse.GetGlobalPosition`. (@NogginBops)
Renamed `Toolkit.Mouse.SetPosition` to `Toolkit.Mouse.SetGlobalPosition`. (@NogginBops)
Renamed `Toolkit.Mouse.GetState` to `Toolkit.Mouse.GetGlobalState`. (@NogginBops)
Added `Toolkit.Mouse.GetPosition` and `Toolkit.Mouse.GetState` for getting window relative mouse state. (@NogginBops)
Added `Toolkit.Clipboard.SetClipboardBitmap`. (@NogginBops)
Added `Toolkit.Window.ClientToFramebuffer` and `Toolkit.Window.FramebufferToClient`. (@NogginBops)
Switched to using `VectorN` types for most positions and sizes. (@NogginBops)
Renamed `MouseMoveEventArgs.Position` to `MouseMoveEventArgs.ClientPosition`. (@NogginBops)
win32:
win32: Switched `OpenGLComponent` to use the generated WGL bindings. (@NogginBops)
macOS:
macOS: Added `MacOSShellComponent.NSLog` to be able to write to the macOS system log. (@NogginBops)
x11:
x11: Implemented `X11VulkanComponent` (`Toolkit.Vulkan`). (@NogginBops)
x11: Implemented `X11ClipboardComponent.SetClipboardText`. (@NogginBops)
x11: Added `IPngCodec` and `X11ClipboardComponent.SetPngCodec` interface to `X11ClipboardComponent` for optional bitmap support on linux. (@NogginBops)
x11: Implemented `HitTest` and `Toolkit.Window.SetHitTest`. (@NogginBops)
x11: Improve `Toolkit.Display` api performance by using `XRRGetScreenResourcesCurrent` instead of `XRRGetScreenResources`. (@NogginBops)
x11: Fixed issue where pressing cancel in a file dialog would return a list with one empty string in it, instead of null. (@NogginBops)
x11: Fixed issue where setting a window to Minimized, Maximized, or Fullscreen directly from the Hidden state didn't actually show the window. (@NogginBops)
x11: Fixed issue where the values for `QueuedAfterFlush` and `QueuedAfterReading` where swapped causing lots of event issues on linux. (@NogginBops)
x11: Switched `X11OpenGLComponent` to use the generated glX bindings. (@NogginBops)
x11: Fixed `Toolkit.Window.GetMode` crash when a window doesn't have a `WM_STATE` property set. (@NogginBops)
x11: Reduce potential memory leaks. (@NogginBops)