RetroArch
Public Attributes | List of all members
video_overlay_interface Struct Reference

#include <input_overlay.h>

Public Attributes

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)
 

Member Data Documentation

◆ enable

void(* video_overlay_interface::enable) (void *data, bool state)

◆ full_screen

void(* video_overlay_interface::full_screen) (void *data, bool enable)

◆ load

bool(* video_overlay_interface::load) (void *data, const void *images, unsigned num_images)

◆ set_alpha

void(* video_overlay_interface::set_alpha) (void *data, unsigned image, float mod)

◆ 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: