mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-20 22:35:41 +00:00
Initialize and shutdown clipboard listener on iOS
This commit is contained in:
@@ -157,11 +157,15 @@ int UIKit_VideoInit(SDL_VideoDevice *_this)
|
||||
SDL_InitGCKeyboard();
|
||||
SDL_InitGCMouse();
|
||||
|
||||
UIKit_InitClipboard(_this);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
void UIKit_VideoQuit(SDL_VideoDevice *_this)
|
||||
{
|
||||
UIKit_QuitClipboard(_this);
|
||||
|
||||
SDL_QuitGCKeyboard();
|
||||
SDL_QuitGCMouse();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user