Screenshots

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2026-01-11 11:00:33 +02:00
parent 7978606a52
commit 447114e38d
434 changed files with 112456 additions and 230 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#include <array>
#include <cstdint>
#include <memory>
#include <SDL3/SDL_video.h>
@@ -48,6 +49,7 @@ private:
bool m_mouse_captured { false };
bool m_show_imgui { false };
int m_ctrl_pressed_count { 0 };
std::uint32_t m_screenshot_index { 0 };
double m_mouse_x { 0.0 };
double m_mouse_y { 0.0 };