mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-30 19:22:14 +00:00
IrrlichtMt: import scrollbar changes
This commit is contained in:
parent
70fbef112c
commit
ecabcb5c58
4 changed files with 64 additions and 0 deletions
|
@ -59,6 +59,9 @@ public:
|
|||
//! sets the position of the scrollbar
|
||||
void setPos(s32 pos) override;
|
||||
|
||||
//! sets the content height to scroll
|
||||
void setPageSize(s32 size) override { }
|
||||
|
||||
//! updates the rectangle
|
||||
void updateAbsolutePosition() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue