Results 97 comments of expikr

``` fixup 7d6e5931c # # Commands: # p, pick = use commit # r, reword = use commit, but edit the commit message # e, edit = use commit, but...

Thanks! Is there any chance it can get cherry-picked a future SDL2 release, either in its current form or maybe after further refinement? The main usecase I have for this...

The combination of RELATIVE_CURSOR_VISIBLE and RELATIVE_CURSOR_CENTER have now made this possible: https://github.com/libsdl-org/SDL/assets/77922942/3a683ca8-2921-4cb3-8e28-fa6b51c3c50b

Unless you are explicitly capturing timestamps at 8000hz, there is precisely zero benefit to do anything other than pumping events at the start of frame. Subtick input processing can easily...

On windows, GetMessage() blocks the thread until there is a message that satisfies the specified filter. In other words, it is the lowest possible latency method to timestamp when a...

> Did you forget the topic of this issue? You started this issue raising question about the resolution of love.timer.sleep() > > Inputs and GetMessage() are not relevant to this...

If `@as` is so indispensable as to displace existing language syntax, why not simply unify it as part of the language as opposed to being a builtin function? I propose...

> Here's an idea of how to handle inferred-size array literals. > > > > Currently, we have a special case to allow `[_]T{ ... }` syntax in array literals,...

@tiehuis mind giving this a quick review?