com.codedisaster.steamworks.SteamControllerDigitalActionData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of steamworks4j Show documentation
Show all versions of steamworks4j Show documentation
Java wrapper to access the Steamworks API.
package com.codedisaster.steamworks;
@SuppressWarnings("WeakerAccess")
public class SteamControllerDigitalActionData {
boolean state;
boolean active;
public boolean getState() {
return state;
}
public boolean getActive() {
return active;
}
}