1
0
Fork 0
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:
SmallJoker 2025-09-09 20:04:40 +02:00 committed by SmallJoker
parent 70fbef112c
commit ecabcb5c58
4 changed files with 64 additions and 0 deletions

View file

@ -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;