Torque2D Reference
Loading...
Searching...
No Matches
EmscriptenPlatState Class Reference

#include <platformEmscripten.h>

Public Member Functions

 EmscriptenPlatState ()
void setWindowTitle (const char *title)

Public Attributes

bool captureDisplay
bool fadeWindows
char appWindowTitle [256]
bool quit
bool ctxNeedsUpdate
bool portrait
U32 currentTime
bool fullscreen
U32 osVersion
U32 firstThreadId
U32 torqueThreadId
RandomLCG platRandom
bool mouseLocked
bool backgrounded
bool minimized
U32 sleepTicks
U32 lastTimeTick
Point2I windowSize
bool windowCreated
U32 appReturn
int argc
const char ** argv
bool useRedirect
bool dedicated
const int MaxEvents = 255
Vector< SDL_Event > eventList
StringTableEntry mainDotCsDir

Constructor & Destructor Documentation

◆ EmscriptenPlatState()

Member Function Documentation

◆ setWindowTitle()

void setWindowTitle ( const char * title)
inline

Member Data Documentation

◆ appReturn

U32 appReturn

◆ appWindowTitle

char appWindowTitle[256]

◆ argc

int argc

◆ argv

const char** argv

◆ backgrounded

bool backgrounded

◆ captureDisplay

bool captureDisplay

◆ ctxNeedsUpdate

bool ctxNeedsUpdate

◆ currentTime

U32 currentTime

◆ dedicated

bool dedicated

◆ eventList

Vector<SDL_Event> eventList

◆ fadeWindows

bool fadeWindows

◆ firstThreadId

U32 firstThreadId

◆ fullscreen

bool fullscreen

◆ lastTimeTick

U32 lastTimeTick

◆ mainDotCsDir

StringTableEntry mainDotCsDir

◆ MaxEvents

const int MaxEvents = 255

◆ minimized

bool minimized

◆ mouseLocked

bool mouseLocked

◆ osVersion

U32 osVersion

◆ platRandom

RandomLCG platRandom

◆ portrait

bool portrait

◆ quit

bool quit

◆ sleepTicks

U32 sleepTicks

◆ torqueThreadId

U32 torqueThreadId

◆ useRedirect

bool useRedirect

◆ windowCreated

bool windowCreated

◆ windowSize

Point2I windowSize

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