FlixelAlerter
View sourceinterface
org.flixelgdx.backend.FlixelAlerter
public interface FlixelAlerter
Interface for displaying alert notifications to the user.
Methods
info(String, String)
public void info(String title, String message)
warn(String, String)
public void warn(String title, String message)
error(String, String)
public void error(String title, String message)