why not give a api like MapVirtualKey???
Posted: Wed Mar 04, 2009 03:29
i fount the CEGUIInput.h define the key from directinput.h
they are all the scancode.
event in KeyDown, KeyUp will give scancode belong to key
event CharacterKey give the codepoint belong to keychar
why not add an api like window's api MapVirtualKey to translate scancode to virtual key ??????
i think pepole use VKey usualy.
windows VKey is define in WINUSER.h
they are all the scancode.
event in KeyDown, KeyUp will give scancode belong to key
event CharacterKey give the codepoint belong to keychar
why not add an api like window's api MapVirtualKey to translate scancode to virtual key ??????
i think pepole use VKey usualy.
windows VKey is define in WINUSER.h