I'm writting a MaxGUI App that uses CreateTimer(30) to redraw a canvas, so everything looks smooth.
When I run the app on my (slow) oneMidi Laptop no more MOUSEMOVE, MOUSEDOWN (...) events are handled. If I set the timer to a lower value (like 5) the other events are handled.
Is it possible to set the priority of the timer event lower, so other events are always prefered in the event queue?
When I run the app on my (slow) oneMidi Laptop no more MOUSEMOVE, MOUSEDOWN (...) events are handled. If I set the timer to a lower value (like 5) the other events are handled.
Is it possible to set the priority of the timer event lower, so other events are always prefered in the event queue?