Hi All,
I have been doing some G3.3 to G4 conversion, unfortunately I have hit a snag.
I want to use some lua to hide the mouse cursor, I used to do this in G3.3, however, it does not seem to work in G4.
I have the following code,
Code:
function ShowCursor (val)
Result = win.ShowCursor(val)
print (Result)
end;
ShowCursor (1)
So by setting ShowCursor to 1 should show the cursor and 0 should hide the cursor.
What am I doing wrong? or am I not doing anything wrong.
This is a direct conversion from lua 4 and g3.3
Any help would be appreciated. :P