Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
DTextureAtlasPanel.java31 JButton backwardButton, forwardButton; in initializeComponents() local
37 …add(forwardButton = new JButton(">"), new GridBagConstraints(2, 0, 1, 1, 1, 1, GridBagConstraints.… in initializeComponents()
51 forwardButton.addActionListener(new ActionListener() { in initializeComponents()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
DCameraInputController.java39 public int forwardButton = Buttons.MIDDLE; field in CameraInputController
186 } else if (button == forwardButton) { in process()