Page 1 of 1

Missing function or incorrect function reference

Posted: Sun Dec 03, 2017 7:53 pm
by xenic
The notes for WA_PointerDelay in SDK:Include/include_h/intuition/intuition.h reference the function: "NewSetPointer()" which I can't find anywhere in the SDK. The notes need to be corrected to reference the correct function or the NewSetPointer() function needs to be added to the Intuition autodoc. Can someone please acknowledge the problem and correct it?

Re: Missing function or incorrect function reference

Posted: Mon Dec 04, 2017 10:58 am
by tboeckel
I suppose the SetWindowPointer() function initially was named NewSetPointer() to be distinguishable from the old SetPointer() function. Most probably that old function name was left in the Autodoc even after the name change.

I just fixed that typo.

Re: Missing function or incorrect function reference

Posted: Tue Dec 05, 2017 2:22 am
by xenic
tboeckel wrote:I suppose the SetWindowPointer() function initially was named NewSetPointer() to be distinguishable from the old SetPointer() function. Most probably that old function name was left in the Autodoc even after the name change.

I just fixed that typo.
Thanks.