Shkyera Engine
Easy to use, game engine for Python
shkyera.lib.events.Event Class Reference
Inheritance diagram for shkyera.lib.events.Event:
[legend]

Static Public Attributes

int LOG_INFO = 0
 
int LOG_ERROR = 1
 
int LOG_SUCCESS = 2
 
int LOG_VERBOSE = 3
 
int DRAW_LINE = 4
 
int DRAW_CIRCLE = 5
 
int DRAW_RECTANGLE = 6
 
int DRAW_CLEAR = 7
 

Detailed Description

Enumeration representing various event types.

Enumerates different types of events that can be added to the event queue.

Member Data Documentation

◆ DRAW_CIRCLE

int shkyera.lib.events.Event.DRAW_CIRCLE = 5
static

◆ DRAW_CLEAR

int shkyera.lib.events.Event.DRAW_CLEAR = 7
static

◆ DRAW_LINE

int shkyera.lib.events.Event.DRAW_LINE = 4
static

◆ DRAW_RECTANGLE

int shkyera.lib.events.Event.DRAW_RECTANGLE = 6
static

◆ LOG_ERROR

int shkyera.lib.events.Event.LOG_ERROR = 1
static

◆ LOG_INFO

int shkyera.lib.events.Event.LOG_INFO = 0
static

◆ LOG_SUCCESS

int shkyera.lib.events.Event.LOG_SUCCESS = 2
static

◆ LOG_VERBOSE

int shkyera.lib.events.Event.LOG_VERBOSE = 3
static

The documentation for this class was generated from the following file: