$darkmode
#include "action_notifier.h"#include "effect_benchmark.h"#include "postprocess.h"#include <GLFW/glfw3.h>Go to the source code of this file.
Data Structures | |
| struct | PostProcessInputContext |
| Context required for post-processing input handling. More... | |
Functions | |
| void | postprocess_input_handle_key (const PostProcessInputContext *ctx, int key, int mods) |
| Handles key input events related to post-processing. More... | |
| void postprocess_input_handle_key | ( | const PostProcessInputContext * | ctx, |
| int | key, | ||
| int | mods | ||
| ) |
Handles key input events related to post-processing.
Processes keys for toggling effects (Bloom, DOF, etc.), cycling presets, and adjusting exposure.
| ctx | Pointer to the input context. |
| key | The GLFW key code. |
| mods | The GLFW modifier flags. |