Scrolling

This commit is contained in:
bloeys
2022-02-27 10:57:01 +04:00
parent f0c4a82b88
commit f562ec674b
3 changed files with 33 additions and 7 deletions

View File

@ -6,4 +6,5 @@ var (
TextSelectionColor imgui.Vec4 = imgui.Vec4{X: 84 / 255.0, Y: 153 / 255.0, Z: 199 / 255.0, W: 0.4}
EditorBgColor imgui.Vec4 = imgui.Vec4{X: 0.1, Y: 0.1, Z: 0.1, W: 1}
TabSize int = 4
ScrollSpeed float32 = 4
)