SET_MOUSE_CURSOR_THIS_FRAME
// SetMouseCursorThisFrame
void SET_MOUSE_CURSOR_THIS_FRAME();
Sets the mouse pointer to be active on current frame.
Old name: _SHOW_CURSOR_THIS_FRAME
Old name: _SET_MOUSE_CURSOR_ACTIVE_THIS_FRAME
Examples:
CreateThread(function()
while true do
Wait(0)
SetMouseCursorThisFrame()
end
end)