#include <gdk/gdk.h>
#include "flutter/shell/platform/embedder/embedder.h"
Go to the source code of this file.
Classes | |
struct | _FlTextInputViewDelegateInterface |
Functions | |
G_BEGIN_DECLS | G_DECLARE_INTERFACE (FlTextInputViewDelegate, fl_text_input_view_delegate, FL, TEXT_INPUT_VIEW_DELEGATE, GObject) |
void | fl_text_input_view_delegate_translate_coordinates (FlTextInputViewDelegate *delegate, gint view_x, gint view_y, gint *window_x, gint *window_y) |
void fl_text_input_view_delegate_translate_coordinates | ( | FlTextInputViewDelegate * | delegate, |
gint | view_x, | ||
gint | view_y, | ||
gint * | window_x, | ||
gint * | window_y | ||
) |
Definition at line 14 of file fl_text_input_view_delegate.cc.
Referenced by TEST(), and update_im_cursor_position().
G_BEGIN_DECLS G_DECLARE_INTERFACE | ( | FlTextInputViewDelegate | , |
fl_text_input_view_delegate | , | ||
FL | , | ||
TEXT_INPUT_VIEW_DELEGATE | , | ||
GObject | |||
) |