GLOBAL_CONSTANTS Class
Global constants used by the framework
Item Index
Properties
- CGSG_DEFAULT_DBLTOUCH_DELAY
- CGSG_DEFAULT_DISPLAYRATIO
- CGSG_DEFAULT_DRAG_SELECT_ALPHA
- CGSG_DEFAULT_DRAG_SELECT_STROKE_COLOR
- CGSG_DEFAULT_FRAMERATE_DELAY
- CGSG_DEFAULT_MAX_FRAMERATE
- CGSG_DEFAULT_SELECTED_RESIZEHANDLE_COLOR
- CGSG_DEFAULT_SELECTED_RESIZEHANDLE_SIZE
- CGSG_DEFAULT_SELECTED_RESIZEHANDLE_THRESHOLD
- CGSG_DEFAULT_SELECTED_STROKE_COLOR
- CGSG_DEFAULT_SELECTED_STROKE_COLOR
- CGSG_DEFAULT_SELECTED_STROKE_SIZE
Properties
Default value for the double touch detection. This property is the delay between 2 touches to be considered as a dbl touch event.
Default: 250
Default ratio value for the display
Default: CGSGScale(1.0, 1.0)
Default alpha value for the drag selection rectangle
Default: 0.6
Default stroke color for the drag selection rectangle
Default: "#808080"
Default number of frames to average the FPS
Default: 30 (ie: each 30 frames)
Default size for the resize handles at the corners of a selected node
Default: "#9068FF"
Default size for the resize handles at the corners of a selected node
Default: 6
Default threshold to detect the handle boxes on a resizable node
Default: 3
Default fill color for the drag selection selection rectangle
Default: "#C0C0C0"