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
QArkUi::KeyEvent Struct Reference

#include <input.h>

Collaboration diagram for QArkUi::KeyEvent:

Static Public Member Functions

static QOhosOptional< KeyEventcreateFromNativeEvent (const ::Input_KeyEvent *event)

Public Attributes

JsWindowId jsWindowId
QOhosDisplayInfo::JsDisplayId jsDisplayId
std::chrono::microseconds actionTime
::Input_KeyEventAction action
std::int32_t keyCode

Detailed Description

Definition at line 31 of file input.h.

Member Function Documentation

◆ createFromNativeEvent()

QOhosOptional< KeyEvent > KeyEvent::createFromNativeEvent ( const ::Input_KeyEvent * event)
static

Definition at line 127 of file input.cpp.

References makeEmptyQOhosOptional().

Here is the call graph for this function:

Member Data Documentation

◆ action

::Input_KeyEventAction QArkUi::KeyEvent::action

Definition at line 36 of file input.h.

◆ actionTime

std::chrono::microseconds QArkUi::KeyEvent::actionTime

Definition at line 35 of file input.h.

◆ jsDisplayId

QOhosDisplayInfo::JsDisplayId QArkUi::KeyEvent::jsDisplayId

Definition at line 34 of file input.h.

◆ jsWindowId

JsWindowId QArkUi::KeyEvent::jsWindowId

Definition at line 33 of file input.h.

◆ keyCode

std::int32_t QArkUi::KeyEvent::keyCode

Definition at line 37 of file input.h.


The documentation for this struct was generated from the following files: