Davidah121 / SMPL

A static C++ library that encompasses all of the tools I have made to make development easier.
1 stars 0 forks source link

GuiScrollBar Positional Change #60

Closed Davidah121 closed 3 years ago

Davidah121 commented 3 years ago

Currently, GuiScrollBar is not affected by positional changes through the baseX and baseY values. Under Containers that move, this object will not move its rendering position nor its actual position.

Change so that it moves based on the x and y values as well.

Davidah121 commented 3 years ago

Or specify that the object is static and can only be moved by changing the startX, endX, etc. functions.