@@ -36,17 +36,17 @@ class BrowserManager::Impl
3636 void DestroyBrowser (int browserIdentifier);
3737 void TickBrowser (int browserIdentifier);
3838
39- void SendMouseClick (int browserIdentifier,
40- const struct obs_mouse_event *event, int32_t type,
41- bool mouse_up, uint32_t click_count);
42- void SendMouseMove (int browserIdentifier,
43- const struct obs_mouse_event *event, bool mouseLeave);
44- void SendMouseWheel (int browserIdentifier,
45- const struct obs_mouse_event *event, int xDelta,
46- int yDelta);
47- void SendFocus (int browserIdentifier, bool focus);
48- void SendKeyClick (int browserIdentifier,
49- const struct obs_key_event *event, bool keyUp);
39+ void SendMouseClick (int browserIdentifier,
40+ const struct obs_mouse_event *event, int32_t type,
41+ bool mouse_up, uint32_t click_count);
42+ void SendMouseMove (int browserIdentifier,
43+ const struct obs_mouse_event *event, bool mouseLeave);
44+ void SendMouseWheel (int browserIdentifier,
45+ const struct obs_mouse_event *event, int xDelta,
46+ int yDelta);
47+ void SendFocus (int browserIdentifier, bool focus);
48+ void SendKeyClick (int browserIdentifier,
49+ const struct obs_key_event *event, bool keyUp);
5050
5151 void AddListener (const int browserIdentifier,
5252 std::shared_ptr<BrowserListener> browserListener);
@@ -58,6 +58,8 @@ class BrowserManager::Impl
5858
5959 void ExecuteSceneChangeJSCallback (const char *name);
6060
61+ void RefreshPageNoCache (int browserIdentifier);
62+
6163private:
6264 void ExecuteOnBrowser (int browserIdentifier,
6365 std::function<void (CefRefPtr<CefBrowser>)> f,
0 commit comments