* Outline all the Mouse and Keyboard code.

This commit is contained in:
iProgramInCpp
2023-08-11 11:19:26 +03:00
parent cf304095ed
commit 34fc30f08a
14 changed files with 191 additions and 83 deletions

View File

@@ -104,8 +104,7 @@ void NinecraftApp::update()
eglSwapBuffers(field_8, field_10);
#endif
Mouse::_xOld = Mouse::_x;
Mouse::_yOld = Mouse::_y;
Mouse::reset2();
updateStats();
}