Changeset 25832 in project for wiki/eggref/4/doodle
- Timestamp:
- 01/27/12 14:46:51 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/4/doodle
r25831 r25832 85 85 86 86 ; quit : The quit event has the following form {{(quit)}}. 87 ; key events : The first element of the list is either the symbol 88 {{pressed}} or {{released}} followed by either the integer for the 89 key code or the symbols {{up}}, {{down}}, {{left}} or {{right}} 90 representing cursor keys. 91 ; unknown : This will list all other events. The list contains the 92 symbol {{unknown}} and the SDL event type. See the SDL egg 93 documentation for hints on what this may be. 87 ; key events : The first element of the list is either the symbol {{pressed}} or {{released}} followed by either the integer for the key code or the symbols {{up}}, {{down}}, {{left}} or {{right}} representing cursor keys. 88 ; unknown : This will list all other events. The list contains the symbol {{unknown}} and the SDL event type. See the SDL egg documentation for hints on what this may be. 94 89 95 90 ==== Drawing
Note: See TracChangeset
for help on using the changeset viewer.