MovePointer() broken with GL Galore

Discuss OpenGL® programming with the GL Galore plugin here
Post Reply
User avatar
lazi
Posts: 646
Joined: Thu Feb 24, 2011 11:08 pm

MovePointer() broken with GL Galore

Post 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
User avatar
airsoftsoftwair
Posts: 5830
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: MovePointer() broken with GL Galore

Post 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.
User avatar
lazi
Posts: 646
Joined: Thu Feb 24, 2011 11:08 pm

Re: MovePointer() broken with GL Galore

Post by lazi »

Thanks! And when you will fix that, please check this too!
Post Reply