lv_opengles_glfw.h
API reference for lv_opengles_glfw.h
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)| Name | Type | Description |
|---|---|---|
window | lv_opengles_window_t * | GLFW window to configure |
new_title | const 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)| Name | Type | Description |
|---|---|---|
window | lv_opengles_window_t * | GLFW window to configure |
h_flip | bool | Should the window contents be horizontally mirrored? |
v_flip | bool | Should the window contents be vertically mirrored? |
Dependencies
How is this guide?
Last updated on