lv_opengles_glfw.h

API reference for lv_opengles_glfw.h

Report on GitHub
Summary

Functions

lv_opengles_glfw_window_set_title

Set the window's title text

 
void lv_opengles_glfw_window_set_title(lv_opengles_window_t *window, const char *new_title)
Parameters
NameTypeDescription
windowlv_opengles_window_t *GLFW window to configure
new_titleconst char *The new title text

lv_opengles_glfw_window_set_flip

Set the horizontal / vertical flipping of a GLFW window

 
void lv_opengles_glfw_window_set_flip(lv_opengles_window_t *window, bool h_flip, bool v_flip)
Parameters
NameTypeDescription
windowlv_opengles_window_t *GLFW window to configure
h_flipboolShould the window contents be horizontally mirrored?
v_flipboolShould the window contents be vertically mirrored?

Dependencies

Indirect dependencies

How is this guide?

Last updated on

On this page