diff --git a/legacy/project/src/iPhone/UIStageView.mm b/legacy/project/src/iPhone/UIStageView.mm index 66499f6eb..a6ad63420 100644 --- a/legacy/project/src/iPhone/UIStageView.mm +++ b/legacy/project/src/iPhone/UIStageView.mm @@ -2978,7 +2978,7 @@ public: int getKeyboardHeight() { - return keyboardRect.size.height; + return keyboardRect.size.height * getDPIScale (); } void GetMouse()