Expose SDL_OpenURL to mod code.

This commit is contained in:
Paul Chote
2025-12-05 17:40:40 +00:00
committed by Gustas Kažukauskas
parent de952e6caf
commit c7e67529b5
3 changed files with 18 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ namespace OpenRA
void PumpInput(IInputHandler inputHandler);
string GetClipboardText();
bool SetClipboardText(string text);
bool TryOpenUrl(string url);
void GrabWindowMouseFocus();
void ReleaseWindowMouseFocus();