Feedback
- press ENTER to search or ESC to cancel
Table of content
Globals namespaces
Constants
- Align
- AniDir
- BlendMode
- BrushPattern
- BrushType
- ColorMode
- FilterChannels
- Ink
- MouseButton
- MouseCursor
- RangeType
- SelectionMode
- SpriteSheetDataFormat
- SpriteSheetType
- WebSocketMessageType
Classes/objects
- Brush
- Cel
- Color
- ColorSpace
- Dialog
- Editor
- Events
- Frame
- GraphicsContext
- Image
- ImageSpec
- KeyEvent
- Layer
- MouseEvent
- Palette
- Plugin
- Point
- Properties
- Range
- Rectangle
- Selection
- Site
- Size
- Slice
- Sprite
- Tag
- Tile
- Tileset
- Timer
- Tool
- TouchEvent
- Version
- WebSocket
- Window
WebSocketMessageType
WebSocketMessageType.TEXT
Text message received
WebSocketMessageType.BINARY
Binary message received
WebSocketMessageType.OPEN
Connected to the server
WebSocketMessageType.CLOSE
Connection was closed for any reason, or broke
WebSocketMessageType.PING
See the standard about ping and pong.
WebSocketMessageType.PONG
Your ping has been answered.
Note that incoming pings are answered automatically.