package backend
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class NativeResource(resourcePath: String) extends Resource with Product with Serializable
Resource loader that fetches the data from the executable resources.
Resource loader that fetches the data from the executable resources. If that fails, it tries to fetch the data from a file.
Due to scala-native limitations, the async methods are actually synchronous.
- class SdlAudioPlayer extends LowLevelAudioPlayer
- class SdlCanvas extends SurfaceBackedCanvas
A low level Canvas implementation that shows the image in a SDL Window.
- final class SdlSurface extends MutableSurface with AutoCloseable
Mutabe surface backed by an SDL surface.
Mutabe surface backed by an SDL surface.
This class assumes to be the only owner of the surface, and will free the surface when garbage collected.
Value Members
- object SdlKeyMapping extends KeyMapping[SDL_Keycode]
Key mappings for the Native platform, backed by SDL.
- object SdlLoopRunner extends LoopRunner
Loop Runner for the native backend, backed by SDL.