added ag.setCursorVisible documentation

git-svn-id: svn://anubis/anaglym/trunk@270 99a6e188-d820-4881-8870-2d33a10e2619
This commit is contained in:
Josh Holtrop 2010-03-02 15:42:32 +00:00
parent aaec12daf5
commit 4d0d942401

View File

@ -527,6 +527,16 @@ The default center point is (0, 0, 0).
The default up vector is (0, 0, 1). The default up vector is (0, 0, 1).
</p> </p>
<a name="ag_setCursorVisible" />
<h3>setCursorVisible</h3>
<p><tt>ag.setCursorVisible(visible)</tt></p>
<p>
This function sets whether the mouse cursor is visible or not.
<tt>visible</tt> should be a boolean value.
When the cursor is visible, the absolute x and y coordinates passed
to mouse event handlers are meaningful.
</p>
<a name="ag_setGravity" /> <a name="ag_setGravity" />
<h3>setGravity</h3> <h3>setGravity</h3>
<p><tt>ag.setGravity(gx, gy, gz)</tt></p> <p><tt>ag.setGravity(gx, gy, gz)</tt></p>