duquette #1 I have upto date blitz max and maxgui.The key return commands are not working like they should.Such as keydown(Key_letter)
d-bug #2 You know that you have to use EVENT_KEYDOWN and/or EVENT_KEYUP in MaxGUI, don't you?Repeat WaitEvent () Select EventID () 'blabla events blabla Case EVENT_KEYDOWN Select EventData () Case KEY_ESCAPE 'do something Case KEY_A '... End Select 'blabla more events blabla End Select Forever
duquette #5 Still not working.Blitz max is not returning values on key code, I think it only works when my opengl canvas is active.