Fixed Keyboard input for WebGL

This commit is contained in:
n00b
2024-11-11 13:37:23 -05:00
parent bffa478064
commit b66e458590
5 changed files with 21 additions and 10 deletions

View File

@@ -4349,11 +4349,7 @@ void rcbasic_test()
SDL_DestroyWindow(win);
}
#ifdef RC_ANDROID
void android_main( android_app* application )
{
}
#else
int main(int argc, char * argv[])
{
//rcbasic_test();
@@ -4487,4 +4483,3 @@ int main(int argc, char * argv[])
//cout << "Hello world!" << endl;
return 0;
}
#endif