#include <kanzi/core.ui/platform/windowing_ng/qnx_screen/qnx_screen_common.hpp>
#include <kanzi/core/cpp/optional.hpp>
Classes | |
class | kanzi::qnx::QnxEvent |
Class representing a Qnx event. More... | |
Namespaces | |
kanzi | |
Easing functions that require external dependencies for calculation. | |
kanzi::qnx | |
Typedefs | |
typedef screen_event_t | kanzi::qnx::QnxScreenEventHandleType |
Alias for the Qnx event handle type. More... | |
Functions | |
bool | kanzi::qnx::isKeyReleased (int keyFlags) noexcept |
Tests if key is released for a keyboard event. More... | |
KZ_NO_DISCARD optional< int > | kanzi::qnx::tryGetEventType (const QnxEvent &qnxEvent) noexcept |
Gets Qnx event type. More... | |