add CCApplication::getVerticalSyncEnabled for win32

This commit is contained in:
matcool 2022-10-12 22:46:23 -03:00
parent e70052a15a
commit 61dd4a672c
No known key found for this signature in database
GPG key ID: BF58756086D7AB1C

View file

@ -49,6 +49,7 @@ public:
virtual void setupGLView();
virtual void platformShutdown();
void toggleVerticalSync(bool);
bool getVerticalSyncEnabled() const;
)
/**