#include "flutter/shell/platform/glfw/text_input_plugin.h"
#include <cstdint>
#include <iostream>
#include "flutter/shell/platform/common/json_method_codec.h"
Go to the source code of this file.
◆ kAffinityDownstream
constexpr char kAffinityDownstream[] = "TextAffinity.downstream" |
|
staticconstexpr |
◆ kBadArgumentError
constexpr char kBadArgumentError[] = "Bad Arguments" |
|
staticconstexpr |
◆ kChannelName
constexpr char kChannelName[] = "flutter/textinput" |
|
staticconstexpr |
◆ kClearClientMethod
constexpr char kClearClientMethod[] = "TextInput.clearClient" |
|
staticconstexpr |
◆ kComposingBaseKey
constexpr char kComposingBaseKey[] = "composingBase" |
|
staticconstexpr |
◆ kComposingExtentKey
constexpr char kComposingExtentKey[] = "composingExtent" |
|
staticconstexpr |
◆ kHideMethod
constexpr char kHideMethod[] = "TextInput.hide" |
|
staticconstexpr |
◆ kInternalConsistencyError
constexpr char kInternalConsistencyError[] |
|
staticconstexpr |
◆ kMultilineInputType
constexpr char kMultilineInputType[] = "TextInputType.multiline" |
|
staticconstexpr |
◆ kPerformActionMethod
constexpr char kPerformActionMethod[] = "TextInputClient.performAction" |
|
staticconstexpr |
◆ kSelectionAffinityKey
constexpr char kSelectionAffinityKey[] = "selectionAffinity" |
|
staticconstexpr |
◆ kSelectionBaseKey
constexpr char kSelectionBaseKey[] = "selectionBase" |
|
staticconstexpr |
◆ kSelectionExtentKey
constexpr char kSelectionExtentKey[] = "selectionExtent" |
|
staticconstexpr |
◆ kSelectionIsDirectionalKey
constexpr char kSelectionIsDirectionalKey[] = "selectionIsDirectional" |
|
staticconstexpr |
◆ kSetClientMethod
constexpr char kSetClientMethod[] = "TextInput.setClient" |
|
staticconstexpr |
◆ kSetEditingStateMethod
constexpr char kSetEditingStateMethod[] = "TextInput.setEditingState" |
|
staticconstexpr |
◆ kShowMethod
constexpr char kShowMethod[] = "TextInput.show" |
|
staticconstexpr |
◆ kTextInputAction
constexpr char kTextInputAction[] = "inputAction" |
|
staticconstexpr |
◆ kTextInputType
constexpr char kTextInputType[] = "inputType" |
|
staticconstexpr |
◆ kTextInputTypeName
constexpr char kTextInputTypeName[] = "name" |
|
staticconstexpr |
◆ kTextKey
constexpr char kTextKey[] = "text" |
|
staticconstexpr |
◆ kUpdateEditingStateMethod
constexpr char kUpdateEditingStateMethod[] |
|
staticconstexpr |