I'm writing a custom event loop so that agar can work nicely with
an existing library that hogs the SDL input.  I finally got mouse
input working, and the keyboard works for the most part, but I see
no way to get agar to respond to keyboard modifiers.  The specific
problem is using a textbox and getting capitalized keys.
Everything comes out lowercase, and I can't see a solution for
this problem.  AG_KeyboardUpdate only seems to care about the
keyboard action, keycode, and unicode.  How do I get it to recognize
the modifiers, so that the shift key will work properly?

_______________________________________________
Agar mailing list
[email protected]
http://libagar.org/lists.html

Reply via email to