5.3.4.74. Function framebuffer_action_register
Defined in File framebuffer_io.h
5.3.4.74.1. Function Documentation
-
void framebuffer_action_register(framebuffer_data_t *fb, framebuffer_action_t *action)
Register an action to be executed when the pop method of the Frame Buffer is called.
- Parameters
fb – A pointer to the Frame Buffer.
action – A pointer to the framebuffer action to register.