#include <win32_window.hpp>
Inheritance diagram for Win32Window:
Public Member Functions | |
virtual void | moveResize (int left, int top, int width, int height) const |
Move and resize the window. | |
virtual void | raise () const |
Bring the window on top. | |
virtual void | setOpacity (uint8_t value) const |
Set the opacity of the window (0 = transparent, 255 = opaque). | |
virtual void | toggleOnTop (bool onTop) const |
Toggle the window on top. | |
HWND | getHandle () const |
Getter for the window handle. |
Definition at line 34 of file win32_window.hpp.