openMSX
|
#include "ImGuiPart.hh"
#include "GLUtil.hh"
#include "gl_vec.hh"
#include "static_vector.hh"
#include <cstdint>
#include <optional>
#include <span>
#include <string>
Go to the source code of this file.
Classes | |
class | openmsx::ImGuiBitmapViewer |
struct | openmsx::Rect |
struct | openmsx::DoneTodo |
Namespaces | |
namespace | openmsx |
This file implemented 3 utility functions: | |
Typedefs | |
using | openmsx::Point = gl::ivec2 |
Functions | |
static_vector< Rect, 2 > | openmsx::rectFromVdpCmd (int x, int y, int nx, int ny, bool dix, bool diy, ImGuiBitmapViewer::ScrnMode screenMode, bool byteMode) |
DoneTodo | openmsx::splitRect (const Rect &r, int x, int y) |