mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-20 19:45:22 +02:00
Add chat console scrollbar (#15104)
This commit is contained in:
@@ -112,7 +112,8 @@ public:
|
||||
|
||||
void resize(u32 scrollback);
|
||||
|
||||
protected:
|
||||
// Get the current scroll position
|
||||
s32 getScrollPosition() const { return m_scroll; }
|
||||
s32 getTopScrollPos() const;
|
||||
s32 getBottomScrollPos() const;
|
||||
|
||||
|
Reference in New Issue
Block a user