Confused about GetKeyCode()/GetUnicodeKey()
Richard Danter
radanter at googlemail.com
Mon Nov 5 02:23:26 PST 2007
Thanks to all who replied.
In my app I am interested only is characters and will call Skip() if
any of the special keys are called. This lets the system handle page
up/down normally, etc.
So it looks like the best approach is to use GetKeyCode(), test for
special keys, call Skip() if it is a special key or GetUnicodeKey() if
not and then process that.
Thanks!
Rich
More information about the wx-users
mailing list