All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.strikerx3.jxinput.enums.XInputButton Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package com.github.strikerx3.jxinput.enums;

/**
 * Enumerates all XInput buttons.
 * 
 * @author Ivan "StrikerX3" Oliveira
 */
public enum XInputButton {
	A, B, X, Y,
	BACK, START,
	LEFT_SHOULDER, RIGHT_SHOULDER,
	LEFT_THUMBSTICK, RIGHT_THUMBSTICK,
	DPAD_UP, DPAD_DOWN, DPAD_LEFT, DPAD_RIGHT,
	GUIDE_BUTTON, UNKNOWN;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy