mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-05 06:20:44 +09:00
Add option to take a screenshot (default hotkey: alt+f1)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
namespace gsr {
|
||||
class GsrPage : public Page {
|
||||
public:
|
||||
GsrPage();
|
||||
GsrPage(const char *top_text, const char *bottom_text);
|
||||
GsrPage(const GsrPage&) = delete;
|
||||
GsrPage& operator=(const GsrPage&) = delete;
|
||||
|
||||
@@ -42,7 +42,8 @@ namespace gsr {
|
||||
float margin_bottom_scale = 0.0f;
|
||||
float margin_left_scale = 0.0f;
|
||||
float margin_right_scale = 0.0f;
|
||||
mgl::Text label_text;
|
||||
mgl::Text top_text;
|
||||
mgl::Text bottom_text;
|
||||
std::vector<ButtonItem> buttons;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user