physics: fix a lot of problems

This commit is contained in:
nillerusr
2021-10-23 14:41:59 +03:00
parent cb04a1e451
commit dc2be1dcb4
31 changed files with 104 additions and 54 deletions

View File

@@ -1484,7 +1484,8 @@ void TextEntry::OnMousePressed(MouseCode code)
return;
}
g_pInputSystem->StartTextInput();
if( IsEnabled() )
g_pInputSystem->StartTextInput();
// move the cursor to where the mouse was pressed
int x, y;