4#ifndef ANDROIDJNIINPUT_H
5#define ANDROIDJNIINPUT_H
8#include <QtCore/qglobal.h>
9#include <QtCore/QLoggingCategory>
10#include <QtCore/QRect>
21 void showSoftwareKeyboard(
int top,
int left,
int width,
int height,
int inputHints,
int enterKeyType);
26 void updateSelection(
int selStart,
int selEnd,
int candidatesStart,
int candidatesEnd);
30 void updateHandles(
int handleCount, QPoint editMenuPos = QPoint(), uint32_t editButtons = 0,
31 QPoint cursor = QPoint(), QPoint anchor = QPoint(),
bool rtl =
false);
static QAndroidInputContext * androidInputContext()
\inmodule QtCore\reentrant
QBasicMutex * platformInterfaceMutex()
QAndroidPlatformIntegration * androidPlatformIntegration()
AndroidBackendRegister * backendRegister()
QWindow * windowFromId(int windowId)
QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY(lcEventDispatcher)
Q_DECLARE_JNI_CLASS(MotionEvent, "android/view/MotionEvent")