Event - selflash/ofxSelflash GitHub Wiki

events/Event

static string ADDED
static string ADDED_TO_STAGE

static string REMOVED
static string REMOVED_FROM_STAGE

//static string ACTIVATE
//static string DEACTIVATE
//static string CANCEL
static string CHANGE
static string CLOSE
static string COMPLETE
//static string CONNECT
//static string ENTER_FRAME
//static string FULLSCREEN
//static string ID3
static string INIT
//static string MOUSE_LEAVE
//static string OPEN
//static string RENDER
//static string RESIZE
//static string SCROLL
//static string SELECT
//static string SOUND_COMPLETE
//static string TAB_CHILDREN_CHANEG
//static string TAB_ENABLED_CHANGE
//static string TAB_INDEX_CHANGE
//static string UNLOAD

Event(string type)
~Event()

Event* clone()

const string& type()

//const string& data()

void* currentTarget()
void currentTarget(void* value)

void* target()
void target(void* value)

void* listener()

template <class T>
T data()
⚠️ **GitHub.com Fallback** ⚠️