All,
I am writing a wxPython app in which I want (at the moment) to print the name of the key that was pressed. I have a dictionary that maps, for example, the WXK_BACK to "back" which seems a sane. However, which file must I import (include?) to get the definition of WXK_BACK ?
I have the import wx statement, but am unsure which specific file holds the secrets -- help?
All help appreciated.
Thanks!
bp