@@ -8,6 +8,9 @@
|
||||
#include <rlgl.h>
|
||||
#include <xkbcommon/xkbcommon.h>
|
||||
|
||||
#include <filesystem>
|
||||
#include <optional>
|
||||
|
||||
auto App::tick() -> void
|
||||
{
|
||||
static std::pmr::string text_input_data {};
|
||||
@@ -62,6 +65,8 @@ auto App::tick() -> void
|
||||
update_text_input_state(text_input_data, 1, input_rect);
|
||||
}
|
||||
|
||||
// DrawTexture(get_texture(*icon_lookup("folder", 32)), 50, 50, WHITE);
|
||||
|
||||
EndDrawing();
|
||||
|
||||
eglSwapBuffers(m_gl.edpy, m_gl.esurf);
|
||||
|
||||
Reference in New Issue
Block a user