mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-04-23 10:11:15 +09:00
Move dropdown button text and icon code to dropdown button class
This commit is contained in:
13
include/gui/Utils.hpp
Normal file
13
include/gui/Utils.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <mglpp/system/vec.hpp>
|
||||
#include <mglpp/graphics/Color.hpp>
|
||||
|
||||
namespace mgl {
|
||||
class Window;
|
||||
}
|
||||
|
||||
namespace gsr {
|
||||
// Inner border
|
||||
void draw_rectangle_outline(mgl::Window &window, mgl::vec2f pos, mgl::vec2f size, mgl::Color color, float border_size);
|
||||
}
|
||||
Reference in New Issue
Block a user