Hi Brucey,
in MapWxKeyCodeToBlitz (wx.mod/wx.mod/keys.bmx) you've got:
Assert False, "Unmapped key : " + key
Any chance this could be a plain DebugLog?
What's happening is that my app is bombing if I try to take a screenshot (ALT printscreen) or lean on the keyboard in debug mode.
I know I could recompile in release - but since I'm always in debug mode and my recompile times are considerable, it'd be much easier for me minus the Assert.
Not exactly a life-stopping issue, but I thought I'd raise it. Thanks!
in MapWxKeyCodeToBlitz (wx.mod/wx.mod/keys.bmx) you've got:
Assert False, "Unmapped key : " + key
Any chance this could be a plain DebugLog?
What's happening is that my app is bombing if I try to take a screenshot (ALT printscreen) or lean on the keyboard in debug mode.
I know I could recompile in release - but since I'm always in debug mode and my recompile times are considerable, it'd be much easier for me minus the Assert.
Not exactly a life-stopping issue, but I thought I'd raise it. Thanks!