The cick event handler class.
The Component class.
All components.
All input controls.
All css variables.
All popups.
All sounds.
All css styles.
Adds an input control to the controls array. Should only be used as host, before anyone has joined the room.
Name of the input control.
Default keys or buttons that can be used to trigger this input control.
void.
Adds a Popup object into the popups object. Should only be used as host, before anyone has joined the room.
void.
Adds a css variable object into the cssVars object. Should only be used as host, before anyone has joined the room.
Unique name of the css variable
The initial value of the variable.
void.
Adds a sound object into the sounds object. Should only be used as host, before anyone has joined the room.
Unique name of the sound.
The url that contains the sound.
void.
Removes an input control from the controls array. Should only be used as host, before anyone has joined the room.
Name of the input control to remove.
void.
This object holds all serializable GUI data that is shared between host and client.