Results 96 comments of expikr

Would it make sense to have big/little endianness denoted by the capitalization? U8/I8: Big Endian u8/i8: little endian

It just occurred to me that yet another advantage of (2) is the usecase of defining foreign opaque types in a standalone file right alongside their associated extern functions, e.g....

Extending @zzyxyzz 's suggestion, I wonder if perhaps we should do away with function declaration syntax entirely for extern symbols, instead just treat it just like any other identifier bindings,...

What unit is SDL's internal mouse position in, Pixel or points? This needs to be clarified because either SDL's mouse scaling is not faithful due to not matching the OS's...

I think that's a point worth clarifying in this specific README.. I'll think about how to reword it.

Is my understanding in the following table correct? - 3840x2160 physical monitor resolution - 200% Windows display scale or 2x MacOS display - Fullscreen window | Value | Default |...

Thanks, really appreciate your patience bearing with me. I’ll incorporate the examples as well as think about how to phrase them unambiguously.

I tried to interpret the interfaces in terms of advisory factors with respect to memory pixels or native units, please let me know if there are any misunderstandings in what...

I’m really not familiar with how IME is supposed to work in general, but my expectation of behaviour comes from that of a player of a game, in that I...

So to clarify, the expectation is that the developer of the game must always remember to first disable textinput whenever they are in a character-controlling mode? It seems like an...