Home
last modified time | relevance | path

Searched refs:attachAsMain (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
DAwtPanel.java26 private boolean attachAsMain = false; field in AwtPanel
195 this.attachAsMain = overrideMainFramebuffer; in attachTo()
214 if (attachAsMain){ in reshapeInThread()
231 if (!attachAsMain){ in reshapeInThread()
261 if (!attachAsMain && out != fb){ in postFrame()