[nostalgia/core/glfw] Move wakeup time to Context

This commit is contained in:
2021-05-15 01:39:41 -05:00
parent f83e814806
commit 827ba7dcdb
2 changed files with 18 additions and 21 deletions
+1
View File
@@ -17,6 +17,7 @@ struct GlfwImplData {
int64_t startTime = 0;
bool running = false;
event_handler eventHandler = nullptr;
uint64_t wakeupTime = 0;
};
}