|
virtual void | Show ()=0 |
|
virtual void | Hide ()=0 |
|
virtual bool | ShouldClose ()=0 |
|
virtual void | HandleEvents ()=0 |
|
virtual void | SetFullscreen (FullscreenMode mode)=0 |
|
virtual void | GetWindowRect (unsigned int &left, unsigned int &top, unsigned int &right, unsigned int &bottom) const =0 |
|
virtual void | GetWindowSize (unsigned int &width, unsigned int &height) const =0 |
|
virtual void | SetWindowSize (unsigned int width, unsigned int height)=0 |
|
virtual void | GetMousePos (unsigned int &x, unsigned int &y) const =0 |
|
virtual void | SetMousePos (unsigned int x, unsigned int y)=0 |
|
virtual void | SetCursorMode (Grindstone::Input::CursorMode cursorMode)=0 |
|
virtual Grindstone::Input::CursorMode | GetCursorMode () const =0 |
|
virtual void | SetMouseIsRawMotion (bool isRawMotion)=0 |
|
virtual bool | GetMouseIsRawMotion () const =0 |
|
virtual void | SetWindowPos (unsigned int x, unsigned int y)=0 |
|
virtual void | GetWindowPos (unsigned int &x, unsigned int &y) const =0 |
|
virtual void | SetWindowFocus (bool isFocused)=0 |
|
virtual bool | GetWindowFocus () const =0 |
|
virtual bool | GetWindowMinimized () const =0 |
|
virtual void | GetTitle (char *allocatedBuffer) const =0 |
|
virtual void | SetTitle (const char *title)=0 |
|
virtual void | SetWindowAlpha (float alpha)=0 |
|
virtual float | GetWindowDpiScale () const =0 |
|
virtual void | Close ()=0 |
|
virtual bool | CopyStringToClipboard (const std::string &stringToCopy)=0 |
|
virtual std::filesystem::path | BrowseFolder (std::filesystem::path &defaultPath)=0 |
|
virtual std::filesystem::path | OpenFileDialogue (const char *filter="All Files (*.*)\0*.*\0")=0 |
|
virtual std::filesystem::path | SaveFileDialogue (const char *filter="All Files (*.*)\0*.*\0")=0 |
|
virtual void | ExplorePath (const char *path)=0 |
|
virtual void | OpenFileUsingDefaultProgram (const char *path)=0 |
|
Grindstone::GraphicsAPI::WindowGraphicsBinding * | GetWindowGraphicsBinding () const |
|
void | AddBinding (Grindstone::GraphicsAPI::WindowGraphicsBinding *wgb) |
|
void | ImmediateSetContext () |
|
void | ImmediateSwapBuffers () |
|
bool | IsSwapchainControlledByEngine () const |
|
| Window (System.IntPtr p) |
|
void | Close () |
|
void | Show () |
|
void | Hide () |
|