minifb icon indicating copy to clipboard operation
minifb copied to clipboard

Feature request: Ability to get character from keys pressed

Open RealSuperRyn opened this issue 8 months ago • 0 comments

I'm building a text editor (using rust_minifb fyi, I just figured it'd be better to suggest things here), and I have to have an enormous match statement that ignores locale stuff to get whatever key is pressed so that I can insert it into my text editor's buffer. Functionality that does this for you; while respecting locale things, would be much appreciated.

RealSuperRyn avatar Jun 12 '24 01:06 RealSuperRyn