Revert "8145 - Mouse Position is unknown until first mouse event on X11"

This commit is contained in:
Juan Linietsky
2017-04-06 13:08:42 -03:00
committed by GitHub
parent 0ede0302ba
commit ce948ed63b
2 changed files with 1 additions and 11 deletions

View File

@ -2193,9 +2193,6 @@ void OS_Windows::run() {
if (!main_loop)
return;
// Process all events before the main initialization so the cursor will get initialized properly
process_events(); // get rid of pending events
main_loop->init();
uint64_t last_ticks = get_ticks_usec();