JustEnoughMod
|
Public Member Functions | |
Window (std::shared_ptr< Application > app, std::string title, int width, int height) | |
auto | pollEvent () -> void |
auto | getSize () const -> std::pair< int, int > |
auto | getWidth () const -> int |
auto | getHeight () const -> int |
auto | getInstanceExtensions () const -> InstanceExtensions |
auto | getNative () const -> std::shared_ptr< GLFWwindow > |
Public Member Functions inherited from JEM::AppModule | |
AppModule (std::shared_ptr< Application > &app) | |
Additional Inherited Members | |
Protected Member Functions inherited from JEM::AppModule | |
auto | getApp () const -> std::shared_ptr< Application > |