com.arca.std.input.InputStateGetter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of arca-std Show documentation
Show all versions of arca-std Show documentation
A module filled with standard functionalities for the Arca framework
package com.arca.std.input;
public interface InputStateGetter {
/*========================
////////CONSTANTS/////////
========================*/
/*=======================
//////////METHODS////////
=======================*/
public boolean isPressed();
/*========================
////GETTERS & SETTERS////
========================*/
/*========================
/////INNER INTERFACES/////
========================*/
}