Make checkbox nicer

This commit is contained in:
dec05eba
2024-09-11 19:19:10 +02:00
parent 234cc3391e
commit cb04c11b2c
10 changed files with 107 additions and 46 deletions

View File

@@ -37,6 +37,8 @@ namespace gsr {
mgl::Texture stream_button_texture;
mgl::Texture close_texture;
mgl::Texture logo_texture;
mgl::Texture checkbox_circle_texture;
mgl::Texture checkbox_background_texture;
double double_click_timeout_seconds = 0.4;