Quantcast
Channel: Tech Support
Viewing all articles
Browse latest Browse all 1710

lag cursor movement

$
0
0
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!

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)...
lag cursor movement

Viewing all articles
Browse latest Browse all 1710

Trending Articles