MichaelFiber

Results 5 comments of MichaelFiber

I was testing this script earlier with a table that has foldable characters and it looks like the use of quote_ident on a regclass parameter might be the issue. If...

Pretty sure there's a race condition. On PLATFORM_RPI and PLATFORM_DRM the currentWheelMove.y is updated in EventThread but gets zeroed out in PollInputEvents. I am experimenting with moving the logic of...

I am testing this out as the fastest straight line to working Y scroll wheel functionality and it is working. I have to go through the code better when there's...

I wanted to check some assumptions. I tested a few approaches and realized that at least in my testing the threads were unnecessary as was checking /dev/input/mouse_ files. I have...

I have been testing something out that is looking pretty good but I haven't yet tackled integrating it with rcore. That is a big chunk of stuff to integrate with....