$darkmode
Context required for post-processing input handling. More...
#include <postprocess_input.h>
Data Fields | |
| PostProcess * | postprocess |
| ActionNotifier * | notifier |
| EffectBenchmark * | effect_bench |
| GLFWwindow * | window |
Context required for post-processing input handling.
Encapsulates the state required to toggle effects and manage presets, decoupling the input logic from the main App struct.
| EffectBenchmark* PostProcessInputContext::effect_bench |
Benchmarking tool state.
| ActionNotifier* PostProcessInputContext::notifier |
System for user feedback messages.
| PostProcess* PostProcessInputContext::postprocess |
The post-processing pipeline state.
| GLFWwindow* PostProcessInputContext::window |
Window handle for modifier checks.