Awesomium D wrappers/bindings

evilrat evilrat666 at gmail.com
Wed Dec 26 07:31:22 PST 2012


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


More information about the Digitalmars-d-announce mailing list