OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:canvaswidget
(Results
1 - 1
of
1
) sorted by null
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
GwtGraphics.java
68
Canvas
canvasWidget
= Canvas.createIfSupported();
69
if (
canvasWidget
== null) throw new GdxRuntimeException("Canvas not supported");
70
canvas =
canvasWidget
.getCanvasElement();
71
root.add(
canvasWidget
);
Completed in 2673 milliseconds