annotate examples/tank/README @ 224:29e1b2bffe4c

X backend only sent EVT_MOUSE_MOVE_RAW to MadButterfly. - backend does not interpret mouse events (over/out/move), now. - redraw manager, now, interpret mouse events to make it backend independent. - The task (interpret mouse events) should be moved to somewhere in futhure. - backend only sent MotionNotify as EVT_MOUSE_MOVE_RAW. - EVT_MOUSE_MOVE_RAW is interpreted by backend independent code.
author Thinker K.F. Li <thinker@branda.to>
date Mon, 15 Dec 2008 10:13:03 +0800
parents 69e32729cd06
children
rev   line source
166
69e32729cd06 * Add README for game operations.
"Mat <MatLinuxer2@gmail.com>"
parents:
diff changeset
1 <LEFT> Turn to left.
69e32729cd06 * Add README for game operations.
"Mat <MatLinuxer2@gmail.com>"
parents:
diff changeset
2 <RIGHT> Turn to right.
69e32729cd06 * Add README for game operations.
"Mat <MatLinuxer2@gmail.com>"
parents:
diff changeset
3 <UP> Turn to up.
69e32729cd06 * Add README for game operations.
"Mat <MatLinuxer2@gmail.com>"
parents:
diff changeset
4 <DOWN> Turn to down.
69e32729cd06 * Add README for game operations.
"Mat <MatLinuxer2@gmail.com>"
parents:
diff changeset
5 <SPACE> To Fire.