blazium-engine / blazium

Blazium Engine – Multi-platform 2D and 3D game engine
https://blazium.app/
MIT License
235 stars 23 forks source link

Fix ScrollBar grabber mouse input ignores scroll content margins. #25

Closed WhalesState closed 1 month ago

WhalesState commented 1 month ago

Fixes this, the grab area now will respect the left and top content margins.

image

Also ignoring the focus style content margins and using only the scroll style's one, to prevent the grabber from changing it's position when focused.