Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtInputInterface.java
Go to the documentation of this file.
1// Copyright (C) 2024 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3package org.qtproject.qt.android;
4
5import android.app.Activity;
6
8interface QtInputInterface {
9 void updateSelection(final int selStart, final int selEnd, final int candidatesStart,
10 final int candidatesEnd);
11 void showSoftwareKeyboard(Activity activity, final int x, final int y,
12 final int width, final int height, final int inputHints,
13 final int enterKeyType);
18 void updateHandles(int mode, int editX, int editY, int editButtons,
19 int x1, int y1, int x2, int y2, boolean rtl);
21}
void showSoftwareKeyboard(Activity activity, final int x, final int y, final int width, final int height, final int inputHints, final int enterKeyType)
QtInputConnection.QtInputConnectionListener getInputConnectionListener()
void updateHandles(int mode, int editX, int editY, int editButtons, int x1, int y1, int x2, int y2, boolean rtl)
void updateSelection(final int selStart, final int selEnd, final int candidatesStart, final int candidatesEnd)
GLint GLint GLint GLint GLint x
GLenum mode
GLuint GLfloat GLfloat GLfloat GLfloat y1
GLuint GLfloat GLfloat GLfloat x1
GLint GLsizei width
GLint y
GLfixed GLfixed GLfixed y2
GLfixed GLfixed x2