On Wednesday, 26 December 2012 at 15:21:08 UTC, David wrote:

I just found out that keyinput making useable for awesomium is a pain,
you know a trick?

no. a most simple way is to do ctfe function or mixin or template to convert chars to awesomium key codes, but i think it may be not portable and would require own version for each platform, though i may be wrong.

also awesomium 1.7 c++ api has function to do this "GetKeyIdentifierFromVirtualKeyCode", doesn't look to deep in 1.6 may be there is something similar

Reply via email to