but how for example do i get from "W" to " { 0x11 } { 0x48 }
ther is no x in hex so if i take 0x11 as 11 in hex and convert to dec that gives me 17 how does 17 relate to "W" the 17th letter is "Q" ??? and then there is the 0x48 how does that fit in ???
We have WASD of course, ASD being 0x4B through 0x4D which would lead me to guess crouch (0x4F) is H. If that's true at least you've got your home row and base movement keys to work with but beyond that I'm afraid I'm somewhat stumped. I haven't done anything beyond rudimentary C programming in 10+ years.
Er... character arrays with curly bracket delimited ASCII codes in hex? Put it in a XML too whydon'tcha? The lengths some people will go to workaround the straightforward solution never fails to impress.
Er... character arrays with curly bracket delimited ASCII codes in hex? Put it in a XML too whydon'tcha? The lengths some people will go to workaround the straightforward solution never fails to impress.