Other constants
Constant definitions.
Tables
| FOLDER | Some pre-defined folder locations. |
| MOUSE | Mouse input constants. |
| DRAW_LAYER | Pre-defined draw layer ordering. |
| LAYER_TYPE | Draw layer types. |
| SCREEN_SCALE | Screen scaling types. |
Tables
- FOLDER
-
Some pre-defined folder locations.
Fields:
- ASSETS default asset folder location
- PARTICLESYSTEMS default particle system asset folder location
- MOUSE
-
Mouse input constants.
Fields:
- LEFT mouse left button
- RIGHT mouse right button
- MIDDLE mouse middle button
- WHEELDOWN mouse wheel down
- WHEELUP mouse wheel up
- BUTTON4 mouse 4
- BUTTON5 mouse 5
See also:
- DRAW_LAYER
-
Pre-defined draw layer ordering.
Fields:
- TOP top layer
- BOTTOM bottom layer
- LAYER_TYPE
-
Draw layer types.
Fields:
- NONE
- IMAGES
- BATCH
- BACKGROUND
- CUSTOM
- SCREEN_SCALE
-
Screen scaling types.
Fields:
- CENTER
- STRETCH
- FIT_LETTERBOX
- FIT_CLIPEDGES
- FIT_HEIGHT
- FIT_WIDTH