Page 1 of 1

MovePointer() broken with GL Galore

Posted: Thu Oct 30, 2025 9:00 pm
by lazi
MovePointer() does NOP when using GL Galore.
Is it a limitation of minigl?

Code: Select all

@REQUIRE "glgalore"

Repeat
	MovePointer(100,100)
Forever

Re: MovePointer() broken with GL Galore

Posted: Mon Nov 03, 2025 5:22 pm
by airsoftsoftwair
Actually it's a limitation of GL Galore. Looks like it was forgotten to support this. I can add it for the next release.

Re: MovePointer() broken with GL Galore

Posted: Mon Nov 03, 2025 11:36 pm
by lazi
Thanks! And when you will fix that, please check this too!