Skip to content

Commit 0522fc7

Browse files
authored
Add ReQuery Instance
1 parent 8656edd commit 0522fc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Flow.Launcher/PublicAPIInstance.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,8 @@ public bool IsGameModeOn()
315315
public void RegisterGlobalKeyboardCallback(Func<int, int, SpecialKeyState, bool> callback) => _globalKeyboardHandlers.Add(callback);
316316
public void RemoveGlobalKeyboardCallback(Func<int, int, SpecialKeyState, bool> callback) => _globalKeyboardHandlers.Remove(callback);
317317

318+
public void ReQuery() => _mainVM.ReQuery();
319+
318320
#endregion
319321

320322
#region Private Methods

0 commit comments

Comments
 (0)