From 5b1befa31a9851397d56363f058568094d11f5f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Fri, 17 Jul 2020 23:31:41 +0200 Subject: Add QEvdevKeyMapper platform interface Task-number: QTBUG-84220 Change-Id: I4f3a54415c5509b4bde486b54c56b0e05976bac6 Reviewed-by: Friedemann Kleint --- .../eglfsfunctions/qeglfsfunctions.qdoc | 43 ---------------------- 1 file changed, 43 deletions(-) (limited to 'src/platformheaders/eglfsfunctions/qeglfsfunctions.qdoc') diff --git a/src/platformheaders/eglfsfunctions/qeglfsfunctions.qdoc b/src/platformheaders/eglfsfunctions/qeglfsfunctions.qdoc index a5f37f8377..573d820233 100644 --- a/src/platformheaders/eglfsfunctions/qeglfsfunctions.qdoc +++ b/src/platformheaders/eglfsfunctions/qeglfsfunctions.qdoc @@ -38,49 +38,6 @@ version it was developed against. */ -/*! - \typedef QEglFSFunctions::LoadKeymapType - - Function type for loadKeymap. -*/ - -/*! - \fn QByteArray QEglFSFunctions::loadKeymapTypeIdentifier() - - \return the identifier that can be passed to - QGuiApplication::platformFunction() to query the entry point for the - loadKeymap function implementation. -*/ - -/*! - \fn void QEglFSFunctions::loadKeymap(const QString &filename) - - Loads and switches to the keymap from \a filename. When \a filename is - empty, the default keymap, which is either the built-on one or the keymap - given in the plugin specification, is restored. - - \note This is functional only when the evdev keyboard support code is - compiled in to the platform plugin. When using external generic plugins via - the \c{-plugin} argument, or when the environment variable - \c{QT_QPA_EGLFS_DISABLE_INPUT} is set or when building Qt without evdev - support, this function will have no effect. -*/ - -/*! - \fn void QEglFSFunctions::switchLang() - - Switches between English and other language when the keymap is loaded. - Usually the keymap contains two languages: English and national. When - you load the keymap, English is selected by default. This function allows - to switch between these languages. - - \note This is functional only when the evdev keyboard support code is - compiled in to the platform plugin. When using external generic plugins via - the \c{-plugin} argument, or when the environment variable - \c{QT_QPA_EGLFS_DISABLE_INPUT} is set or when building Qt without evdev - support, this function will have no effect. -*/ - /*! \fn int QEglFSFunctions::vsp2AddLayer(const QScreen *screen, int dmabufFd, const QSize &size, const QPoint &position, uint drmPixelFormat, uint bytesPerLine) \internal -- cgit v1.2.3