diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-26 18:39:40 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-26 18:39:40 +1000 |
commit | 4b9b02783f1bbfc1049e11b606883c5cfa0b215e (patch) | |
tree | 83b1df588ba8154d28a99d7c1ac3ffc6bac764bc /source/frontend/StarInterfaceCursor.hpp | |
parent | 32411daa670e57150d6a5c54593305ddd09693d1 (diff) |
HD Cursor
Diffstat (limited to 'source/frontend/StarInterfaceCursor.hpp')
-rw-r--r-- | source/frontend/StarInterfaceCursor.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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<String, Animation> m_drawable; }; |