mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 18:59:59 +01:00
Greatly improved rendering of frame and decorators. Creation of a
DrawVisitor to selectively draw single nodes (for overlay of frame in GeometryView)
This commit is contained in:
@@ -66,6 +66,8 @@ public:
|
||||
// get total height available in monitor
|
||||
int maxHeight();
|
||||
|
||||
inline float dpiScale() const { return dpi_scale_; }
|
||||
|
||||
// get which monitor contains this point
|
||||
static GLFWmonitor *monitorAt(int x, int y);
|
||||
// get which monitor has this name
|
||||
|
||||
Reference in New Issue
Block a user