Loading...
Searching...
No Matches
Window.h File Reference

Classes

class  WindowListener
 Interface for all Window-related events. More...
 
class  Window
 A platform-specific window. More...
 

Namespaces

namespace  ultralight
 

Enumerations

enum  WindowFlags : uint8_t {
  kWindowFlags_Borderless = 1 << 0 , kWindowFlags_Titled = 1 << 1 , kWindowFlags_Resizable = 1 << 2 , kWindowFlags_Maximizable = 1 << 3 ,
  kWindowFlags_Hidden = 1 << 4
}
 Window creation flags. More...
 

Go to the source code of this file.