glfw
This commit is contained in:
@ -48,7 +48,9 @@ int32_t keyboardCharacterRead() {
|
||||
}
|
||||
}
|
||||
|
||||
int32_t linuxHostBeginUpdating() {
|
||||
int32_t linuxHostHandoff() {
|
||||
gameInit();
|
||||
|
||||
while(true) {
|
||||
terminalModeSetCONIO();
|
||||
|
||||
|
@ -13,4 +13,4 @@ extern int32_t LINUX_TERM_HOST_KEY_PRESS;
|
||||
/**
|
||||
* Begins updating the host.
|
||||
*/
|
||||
int32_t linuxHostBeginUpdating();
|
||||
int32_t linuxHostHandoff();
|
||||
|
Reference in New Issue
Block a user