Meteor2D  dev internal
Meteor is a lightweight 2D game engine.
Loading...
Searching...
No Matches
meteor::MWindow Class Reference

This class is responsible for opening a Window target for rendering. More...

#include <window.h>

Inheritance diagram for meteor::MWindow:

Public Member Functions

 MWindow (SWindowProperties properties)
 
void update ()
 
void pollEvents ()
 
void clear ()
 
bool hasQuit ()
 
void close ()
 
void setLogicalResolution (size_t width, size_t height)
 
MRenderQueuegetRenderQueue ()
 
void delay (int delay)
 
- Public Member Functions inherited from meteor::MEntity
virtual bool equals (MEntity *other)
 Checks equality between two entities.
 
std::string getName ()
 
void setName (std::string name)
 Sets name of entity.
 
virtual std::string toString ()
 Get this object as a string.
 

Additional Inherited Members

- Protected Attributes inherited from meteor::MEntity
std::string name
 

Detailed Description

This class is responsible for opening a Window target for rendering.