1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-27 19:35:24 +01: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

@@ -51,6 +51,11 @@ public:
//! sets the current position of the scrollbar
virtual void setPos(s32 pos) = 0;
//! For automatic thumb scaling
/** Sets the full height (e.g. content to scroll), in pixels.
Set to 0 to disable (default). */
virtual void setPageSize(s32 size) = 0;
};
} // end namespace gui