Update SDL_ohosvideo.c

This commit is contained in:
Coder2 2025-10-31 05:55:25 +08:00 committed by GitHub
parent 30e63217ed
commit ecad5241ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -104,7 +104,6 @@ static SDL_VideoDevice *OHOS_CreateDevice(void)
device->HasClipboardText = OHOS_HasClipboardText;
device->HasScreenKeyboardSupport = OHOS_HasScreenKeyboardSupport;
device->IsScreenKeyboardShown = OHOS_IsScreenKeyboardShownImpl;
device->StartTextInput = OHOS_StartTextInputImpl;
device->StopTextInput = OHOS_StopTextInputImpl;