abstract class Boleite::Backend

Direct Known Subclasses

Defined in:

boleite/backend/backend.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.create_glfw #

[View source]

Instance Method Detail

abstract def create_graphics(config : BackendConfiguration) : GraphicsContext #

[View source]
abstract def default_config : BackendConfiguration #

[View source]
abstract def poll_event : InputEvent | Nil #

[View source]