#include <input_overlay.h>
|
| void(* | enable )(void *data, bool state) |
| |
| bool(* | load )(void *data, const void *images, unsigned num_images) |
| |
| void(* | tex_geom )(void *data, unsigned image, float x, float y, float w, float h) |
| |
| void(* | vertex_geom )(void *data, unsigned image, float x, float y, float w, float h) |
| |
| void(* | full_screen )(void *data, bool enable) |
| |
| void(* | set_alpha )(void *data, unsigned image, float mod) |
| |
◆ enable
◆ full_screen
◆ load
◆ set_alpha
◆ tex_geom
| void(* video_overlay_interface::tex_geom) (void *data, unsigned image, float x, float y, float w, float h) |
◆ vertex_geom
| void(* video_overlay_interface::vertex_geom) (void *data, unsigned image, float x, float y, float w, float h) |
The documentation for this struct was generated from the following file: