From 4b9b02783f1bbfc1049e11b606883c5cfa0b215e Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Mon, 26 Jun 2023 18:39:40 +1000 Subject: HD Cursor --- source/frontend/StarInterfaceCursor.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/frontend/StarInterfaceCursor.hpp') diff --git a/source/frontend/StarInterfaceCursor.hpp b/source/frontend/StarInterfaceCursor.hpp index 2f58867..6936700 100644 --- a/source/frontend/StarInterfaceCursor.hpp +++ b/source/frontend/StarInterfaceCursor.hpp @@ -20,6 +20,7 @@ public: Drawable drawable() const; Vec2I size() const; Vec2I offset() const; + unsigned int scale(unsigned int interfaceScale = 0) const; void update(float dt); @@ -27,6 +28,7 @@ private: String m_configFile; Vec2I m_offset; Vec2I m_size; + unsigned int m_scale; MVariant m_drawable; }; -- cgit v1.2.3