Hi All,
I need to create a clean window with no graphics context, but it needs to work with PolledInput.. How would I handle this?
In the past I've tried creating a window using the windows API- and then sending win32 message pump messages through to the blitz event system, but polledInput doesnt pick them up? (If this is the way forward, anyone have any working code samples to play with?)
Also, unfortunately, MaxGUI isnt an option here, this needs to work in plain blitzmax with no modules.
I need to create a clean window with no graphics context, but it needs to work with PolledInput.. How would I handle this?
In the past I've tried creating a window using the windows API- and then sending win32 message pump messages through to the blitz event system, but polledInput doesnt pick them up? (If this is the way forward, anyone have any working code samples to play with?)
Also, unfortunately, MaxGUI isnt an option here, this needs to work in plain blitzmax with no modules.