abstract class Glove::App
- Glove::App
- Glove::AbstractApp
- Reference
- Object
Direct Known Subclasses
Defined in:
app.crConstructors
Instance Method Summary
- #cleanup
- #clear_color : Glove::Color
- #clear_color=(clear_color : Glove::Color)
- #cursor_position
- #event_queue : Glove::EventQueue
- #handle_event(event : Glove::Event)
- #height : Int32
- #key_pressed?(key)
- #metrics : Glove::Metrics::Store
- #quit
- #run
- #title=(title)
- #width : Int32
- #window : Pointer(LibGLFW::Window)