mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-04 22:10:44 +09:00
Initial commit, showing ui above target window
This commit is contained in:
7
src/gui/Widget.cpp
Normal file
7
src/gui/Widget.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "../../include/gui/Widget.hpp"
|
||||
|
||||
namespace gsr {
|
||||
void Widget::set_position(mgl::vec2f position) {
|
||||
this->position = position;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user