Stage - selflash/ofxSelflash GitHub Wiki

display/Stage

static Stage* instance()  
static void clear() 

void setup()  
void update()
void draw()  

int stageWidth()  
int stageHeight()  

int mouseX()  
int mouseY()  

InteractiveObject* focus() 
DisplayObject* topMostHitDisplayObject()
DisplayObject* topMostHitDisplayObjectPrev()
InteractiveObject* topMostHitInteractiveObject()
InteractiveObject* topMostHitInteractiveObjectPrev()
DisplayObject* getMostHitDisplayObject(int x, int y)

void priority(ofEventOrder value)
⚠️ **GitHub.com Fallback** ⚠️