Package com.xebisco.yield.manager
package com.xebisco.yield.manager
-
ClassDescription
ApplicationManagerclass manages the lifecycle of applications.TheAudioManagerinterface should be implemented by the specific platform running the application, it contains function for manipulation audio files.Interface for managing file I/O operations.TheFontManagerinterface provides methods to load and unload fonts.TheGraphicsManagerinterface is a wrapper around the platform's graphics API.This interface represents a PC input manager that handles user input from a keyboard and mouse.TheTextureManagerinterface should be implemented by the specific platform running the application, it contains function for manipulation image files.