#include <os_window.hpp>
Inheritance diagram for OSWindow:

Public Member Functions | |
| virtual void | moveResize (int left, int top, int width, int height) const =0 |
| Move and resize the window. | |
| virtual void | raise () const =0 |
| Bring the window on top. | |
| virtual void | setOpacity (uint8_t value) const =0 |
| Set the opacity of the window (0 = transparent, 255 = opaque). | |
| virtual void | toggleOnTop (bool onTop) const =0 |
| Toggle the window on top. | |
Definition at line 35 of file os_window.hpp.
1.4.2