EmuWindow: Add support for specifying minimal client area sizes.
This commit is contained in:
parent
bd8f491e4c
commit
722ce22589
5 changed files with 58 additions and 8 deletions
|
@ -37,6 +37,8 @@ public:
|
|||
void ReloadSetKeymaps() override;
|
||||
|
||||
private:
|
||||
void OnMinimalClientAreaChangeRequest(const std::pair<unsigned,unsigned>& minimal_size) override;
|
||||
|
||||
static EmuWindow_GLFW* GetEmuWindow(GLFWwindow* win);
|
||||
|
||||
GLFWwindow* m_render_window; ///< Internal GLFW render window
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue