Home
last modified time | relevance | path

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

/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/graph/demos/
H A DGPUUISceneGLListener0A.java99 private int buttonsLeftCount = 0; field in GPUUISceneGLListener0A
503 buttonsLeftCount = buttons.size(); in initButtons()
871 for(int i=0; i<buttons.size() && i<buttonsLeftCount; i++) { in reshape()
874 for(int i=buttonsLeftCount; i<buttons.size(); i++) { in reshape()