From cb3c1e52ef5bb73b41e61e60b901f52db00a2611 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Mon, 10 Jul 2023 13:55:36 +0200 Subject: [PATCH] pluginapi: add configReloaded event --- pages/Plugins/Development/Event-list.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Plugins/Development/Event-list.md b/pages/Plugins/Development/Event-list.md index 56d6465a..6951daeb 100644 --- a/pages/Plugins/Development/Event-list.md +++ b/pages/Plugins/Development/Event-list.md @@ -32,3 +32,4 @@ These are all the events that can be listened to using Event Hooks. | screencast | fired when the screencopy state of a client changes. Keep in mind there might be multiple separate clients. | std::vector{state, framesInHalfSecond, owner} | | render | fired at various stages of rendering to allow your plugin to render stuff. See `src/SharedDefs.hpp` for a list with explanations | eRenderStage | | windowtitle | emitted when a window title changes. | CWindow* | +| configReloaded | emitted after the config is reloaded | nullptr | \ No newline at end of file