openMSX
|
#include <ImGuiBitmapViewer.hh>
Public Member Functions | |
Rect ()=default | |
Rect (const Point &p1_, const Point &p2_) | |
Public Attributes | |
Point | p1 |
Point | p2 |
Definition at line 89 of file ImGuiBitmapViewer.hh.
|
default |
Definition at line 91 of file ImGuiBitmapViewer.hh.
Point openmsx::Rect::p1 |
Definition at line 92 of file ImGuiBitmapViewer.hh.
Referenced by openmsx::ImGuiBitmapViewer::paint(), and openmsx::splitRect().
Point openmsx::Rect::p2 |
Definition at line 92 of file ImGuiBitmapViewer.hh.
Referenced by openmsx::ImGuiBitmapViewer::paint(), and openmsx::splitRect().