From 4d0d942401f1e0812e7e03b2296e4379c02c2a8b Mon Sep 17 00:00:00 2001
From: Josh Holtrop
Date: Tue, 2 Mar 2010 15:42:32 +0000
Subject: [PATCH] added ag.setCursorVisible documentation
git-svn-id: svn://anubis/anaglym/trunk@270 99a6e188-d820-4881-8870-2d33a10e2619
---
doc/index.html | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/doc/index.html b/doc/index.html
index cc5d43b..120e550 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -527,6 +527,16 @@ The default center point is (0, 0, 0).
The default up vector is (0, 0, 1).
+
+setCursorVisible
+ag.setCursorVisible(visible)
+
+This function sets whether the mouse cursor is visible or not.
+visible should be a boolean value.
+When the cursor is visible, the absolute x and y coordinates passed
+to mouse event handlers are meaningful.
+
+
setGravity
ag.setGravity(gx, gy, gz)