diff options
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 24 |
1 files changed, 21 insertions, 3 deletions
@@ -45,6 +45,12 @@ Then load one of the example files and call its "start" function: *** The Application + The best introduction is to look at and play with the examples. + What follows is a cursory explanation of how pieces are meant to + fit together. + +**** Your Application + **** The Boot Method **** The Shutdown Method @@ -57,18 +63,30 @@ Then load one of the example files and call its "start" function: **** Sprites +**** Containers + *** Events & Event Handling **** User Input Events vs Psuedo-Events **** Event Handler Macros -**** Mouse Events - -**** Key Events +**** Focus Events **** Perframe Events **** Display Tree Events +**** Mouse Events + +**** Key Events + *** Extending Wheelwork + +**** The Display Tree Protocol + +**** The Asset Protocol + +**** The Affine Protocol + + |