com.github.xpenatan.gdx.backends.teavm.webaudio.howler.HowlEventFunction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of backend-teavm Show documentation
Show all versions of backend-teavm Show documentation
Tool to generate libgdx to javascript using teaVM
package com.github.xpenatan.gdx.backends.teavm.webaudio.howler;
import org.teavm.jso.JSFunctor;
import org.teavm.jso.JSObject;
@JSFunctor
public interface HowlEventFunction extends JSObject {
void onEvent();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy