Example usage for com.badlogic.gdx.scenes.scene2d.utils ActorGestureListener subclass-usage

List of usage examples for com.badlogic.gdx.scenes.scene2d.utils ActorGestureListener subclass-usage

Introduction

In this page you can find the example usage for com.badlogic.gdx.scenes.scene2d.utils ActorGestureListener subclass-usage.

Usage

From source file com.amerticum.chosenchess.controller.ControlleurEchiquer.java

/**
 * This class is under heavy development. As it keeps changing with rapid speed,
 * it'll only receive proper javadoc comments when it's close to completion.
 * 
 * @author Baris Sencan
 */

From source file com.bsencan.openchess.controller.BoardController.java

/**
 * This class is under heavy development. As it keeps changing with rapid speed,
 * it'll only receive proper javadoc comments when it's close to completion.
 * 
 * @author Baris Sencan
 */

From source file com.jumpbuttonstudios.vikingdodge.ui.layouts.LoginButtonListener.java

public class LoginButtonListener extends ActorGestureListener {

    VikingDodge vikingDodge;
    MainMenuLayout layout;

    public LoginButtonListener(VikingDodge vikingDodge, MainMenuLayout layout) {