![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qohosinputmethodeventhandler.h>
Public Attributes | |
| int64_t | timestamp |
| QPointF | localPoint |
| QPointF | globalPoint |
| double | horizontalValue |
| double | verticalValue |
| int32_t | eventToolType |
| int32_t | axisAction |
| int32_t | wheelScrollLines |
| QFlags< OhosKeyboardModifier > | modifiers |
Definition at line 38 of file qohosinputmethodeventhandler.h.
| int32_t QOhosWheelEvent::axisAction |
Definition at line 46 of file qohosinputmethodeventhandler.h.
| int32_t QOhosWheelEvent::eventToolType |
Definition at line 45 of file qohosinputmethodeventhandler.h.
| QPointF QOhosWheelEvent::globalPoint |
Definition at line 42 of file qohosinputmethodeventhandler.h.
| double QOhosWheelEvent::horizontalValue |
Definition at line 43 of file qohosinputmethodeventhandler.h.
Referenced by QOhosInputMethodEventHandler::onMouseWheelEvent().
| QPointF QOhosWheelEvent::localPoint |
Definition at line 41 of file qohosinputmethodeventhandler.h.
| QFlags<OhosKeyboardModifier> QOhosWheelEvent::modifiers |
Definition at line 48 of file qohosinputmethodeventhandler.h.
| int64_t QOhosWheelEvent::timestamp |
Definition at line 40 of file qohosinputmethodeventhandler.h.
| double QOhosWheelEvent::verticalValue |
Definition at line 44 of file qohosinputmethodeventhandler.h.
Referenced by QOhosInputMethodEventHandler::onMouseWheelEvent().
| int32_t QOhosWheelEvent::wheelScrollLines |
Definition at line 47 of file qohosinputmethodeventhandler.h.
Referenced by QOhosInputMethodEventHandler::onMouseWheelEvent().