Ultralight C++ API 1.3.0
Loading...
Searching...
No Matches
Window.h File Reference

Go to the source code of this file.

Classes

class  ultralight::WindowListener
 Interface for all Window-related events. More...
 
class  ultralight::Window
 Window class, represents a platform window. More...
 

Namespaces

namespace  ultralight
 

Enumerations

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