#include "flutter/shell/platform/linux/public/flutter_linux/fl_view.h"
#include "flutter/shell/platform/linux/fl_gl_area.h"
Go to the source code of this file.
Functions | |
void | fl_view_set_textures (FlView *view, GdkGLContext *context, GPtrArray *textures) |
GHashTable * | fl_view_get_keyboard_state (FlView *view) |
GHashTable* fl_view_get_keyboard_state | ( | FlView * | view | ) |
fl_view_get_keyboard_state: @view: an #FlView.
Returns the keyboard pressed state. The hash table contains one entry per pressed keys, mapping from the logical key to the physical key.*
Definition at line 764 of file fl_view.cc.
References fl_keyboard_manager_get_pressed_state(), and self.
Referenced by fl_view_keyboard_delegate_iface_init().
void fl_view_set_textures | ( | FlView * | view, |
GdkGLContext * | context, | ||
GPtrArray * | textures | ||
) |
fl_view_set_textures: @view: an #FlView. @context: a #GdkGLContext, for #FlGLArea to render. @textures: (transfer none) (element-type FlBackingStoreProvider): a list of #FlBackingStoreProvider.
Set the textures for this view to render.
Definition at line 749 of file fl_view.cc.
References fl_gl_area_new(), fl_gl_area_queue_render(), and self.
Referenced by fl_renderer_gl_present_layers().