Greetings!
I'm having issues with my custom mouse cursor starting to lag/flicker after 1-2h of gameplay and gets worse over time until you quit the game and reload.
Any input very welcome on what might be the issue. Video example in bottom.
Thank you!
lag cursor movement
I'm having issues with my custom mouse cursor starting to lag/flicker after 1-2h of gameplay and gets worse over time until you quit the game and reload.
Any input very welcome on what might be the issue. Video example in bottom.
Thank you!
GML:
window_mouse_set(clamp(window_mouse_get_x(), 0, window_get_width()), clamp(window_mouse_get_y(), 0, window_get_height()));
var m_x = device_mouse_x_to_gui(0)
var m_y = device_mouse_y_to_gui(0)...