canvasElement property
getter/setter pair
The CSS selector for the HTML canvas element where the application will be rendered.
Defaults to "#gameCanvas"
.
Implementation
String canvasElement;
The CSS selector for the HTML canvas element where the application will be rendered.
Defaults to "#gameCanvas"
.
String canvasElement;