Dean Herbert
Dean Herbert
``` Unable to find package OpenTabletDriver.Native with version (>= 0.6.0.4) - Found 2 version(s) in nuget.org [ Nearest version: 0.6.0.2 ] Package restore failed. Rolling back package changes for 'osu.Framework'....
This came up while I was working. I can pull out more from screen recordings if the call stack alone doesn't give enough context. ```csharp panic: runtime error: invalid memory...
We don't yet have good backwards compatibility support for older hardware, where the hardware (or drivers) don't support the OpenGL standards we rely on. This covers adding the same level...
Currently we are using the ImageSharp `MemoryAllocator` to do all our array pool requests. It turns out that the default bucket sizes for the allocator we are using are quite...
PRing for further testing. Needs to be tested on all platforms to make sure we don't regress audio latency. I'll provide testing methodology (for high precision testing) when I get...
At some point I'd like to confirm whether this is required. the `Flush` call adds an overhead, but now that we are `File.Move`ing the output I'd want to know whether...
Right now there is no way to trigger right clicks on a touch-only device. This needs to be added, and probably set as a default behaviour when using the touch-to-mouse...
Checked that this is standard behaviour on macOS and windows https://user-images.githubusercontent.com/191335/165684195-5fd49b7f-ac21-4819-ab29-4544395342a0.mp4 https://user-images.githubusercontent.com/191335/165684538-630f5599-3768-431a-aef1-6c255544b97c.mp4 Doesn't feel great
Calls to `SDL_SetWindowGrab(TRUE)` block input *system-wide* for a short period. Not sure what to do about this, but opening an issue for tracking. Adding to my backlist of things to...
Not considering scaling at the moment, should be. https://user-images.githubusercontent.com/191335/165057459-32ff98c7-1eef-4068-95c3-70f3e351c776.mp4