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

com.codedisaster.steamworks.SteamControllerDigitalActionData Maven / Gradle / Ivy

There is a newer version: 1.9.0
Show newest version
package com.codedisaster.steamworks;

@SuppressWarnings("WeakerAccess")
public class SteamControllerDigitalActionData {

	boolean state;
	boolean active;

	public boolean getState() {
		return state;
	}

	public boolean getActive() {
		return active;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy