documentation update

This commit is contained in:
marschap
2006-03-11 07:59:31 +00:00
parent 8f4110ec26
commit 2466188aa3
3 changed files with 868 additions and 240 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ client->server functions
-------------------------
client_add_key #id
Tells the server the client can handle keypresses of type #id.
#id is probably just "A", "B", and so on...
#id is just "Up", "Down", "Left", "Right", "Enter", "Escape", ...
All keypresses are disabled by default, so you'll have to tell
the server which ones you want to accept...