mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 11:05:08 -05:00
fix cceglview
This commit is contained in:
parent
4c4770bfd3
commit
af23cf81d3
1 changed files with 7 additions and 1 deletions
|
@ -142,7 +142,7 @@ public:
|
|||
/**
|
||||
* @note RobTop addition
|
||||
*/
|
||||
void toggleFullScreen(bool fullscreen, bool borderless);
|
||||
void toggleFullScreen(bool fullscreen, bool borderless, bool fix);
|
||||
|
||||
/**
|
||||
* @note RobTop addition
|
||||
|
@ -185,6 +185,8 @@ public:
|
|||
|
||||
protected:
|
||||
static CCEGLView* s_pEglView;
|
||||
// @note unknown members here
|
||||
uint8_t m_unkPad[8];
|
||||
bool m_bCaptured;
|
||||
// Robtop Removal
|
||||
// HWND m_hWnd;
|
||||
|
@ -203,6 +205,8 @@ protected:
|
|||
int m_nRetinaFactor;
|
||||
// @note RobTop Addition
|
||||
bool m_bCursorHidden;
|
||||
// @note may be before m_bCursorHidden
|
||||
int m_unkSize4;
|
||||
// Robtop Removal
|
||||
// LPCWSTR m_menu;
|
||||
// Robtop Removal
|
||||
|
@ -225,6 +229,8 @@ public:
|
|||
// @note RobTop Addition
|
||||
bool m_bIsBorderless;
|
||||
// @note RobTop Addition
|
||||
bool m_bIsFix;
|
||||
// @note RobTop Addition
|
||||
bool m_bShouldHideCursor;
|
||||
// @note RobTop Addition
|
||||
bool m_bCursorLocked;
|
||||
|
|
Loading…
Reference in a new issue