allowsMultiWindow( )
bool allowsMultiWindow()
disableSetupScreen( )
void disableSetupScreen()
display_cb( )
void display_cb()
doesHWOrientation( )
bool doesHWOrientation()
doesLoop( )
bool doesLoop()
enableSetupScreen( )
void enableSetupScreen()
events( )
ofCoreEvents & events()
getEGLContext( )
EGLContext getEGLContext()
getEGLDisplay( )
EGLDisplay getEGLDisplay()
getEGLSurface( )
EGLSurface getEGLSurface()
getHeight( )
int getHeight()
getOrientation( )
ofOrientation getOrientation()
getScreenSize( )
glm::vec2 getScreenSize()
getWidth( )
int getWidth()
getWindowMode( )
ofWindowMode getWindowMode()
getWindowPosition( )
glm::vec2 getWindowPosition()
getWindowSize( )
glm::vec2 getWindowSize()
hideCursor( )
void hideCursor()
keydown_cb( ... )
int keydown_cb(int eventType, const int *keyEvent, void *userData)
keyup_cb( ... )
int keyup_cb(int eventType, const int *keyEvent, void *userData)
mousedown_cb( ... )
int mousedown_cb(int eventType, const int *mouseEvent, void *userData)
mousemoved_cb( ... )
int mousemoved_cb(int eventType, const int *mouseEvent, void *userData)
mouseup_cb( ... )
int mouseup_cb(int eventType, const int *mouseEvent, void *userData)
needsPolling( )
bool needsPolling()
ofxAppEmscriptenWindow( )
ofxAppEmscriptenWindow()
pollEvents( )
void pollEvents()
setFullscreen( ... )
void setFullscreen(bool fullscreen)
setOrientation( ... )
void setOrientation(ofOrientation orientation)
setVerticalSync( ... )
void setVerticalSync(bool enabled)
setWindowPosition( ... )
void setWindowPosition(int x, int y)
setWindowShape( ... )
void setWindowShape(int w, int h)
setWindowTitle( ... )
void setWindowTitle(string title)
setup( ... )
void setup(const ofGLESWindowSettings &settings)
showCursor( )
void showCursor()
toggleFullscreen( )
void toggleFullscreen()
touch_cb( ... )
int touch_cb(int eventType, const int *touchEvent, void *userData)
~ofxAppEmscriptenWindow( )
~ofxAppEmscriptenWindow()