mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-04 22:10:44 +09:00
Add settings icon, close window when pressing the close button
This commit is contained in:
@@ -75,6 +75,10 @@ namespace gsr {
|
||||
return mgl::vec2f(text_bounds.y, text_bounds.y).floor();
|
||||
}
|
||||
|
||||
void CheckBox::set_checked(bool checked) {
|
||||
this->checked = checked;
|
||||
}
|
||||
|
||||
bool CheckBox::is_checked() const {
|
||||
return checked;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user