Kanzi 4.0.0-beta2
qnx_screen_default_input_event_context.hpp File Reference

Classes

struct  kanzi::qnx::DefaultQnxInputEventContext
 Structure representing the default context for an async input event. More...
 
struct  kanzi::qnx::TouchPoint
 Structure representing an individual touch point (cursor). More...
 

Namespaces

namespace  kanzi
 
namespace  kanzi::qnx
 

Functions

UniqueEventPtr kanzi::qnx::composeTouchEvent (const DefaultQnxInputEventContext::TouchPointContainer &touchPoints)
 Composes a touch event from the given container of touch points.
 
void kanzi::qnx::registerTouchPoint (DefaultQnxInputEventContext::TouchPointContainer &touchPoints, const QnxEvent &event, TouchPointState state)
 Registers a touch point for use in the next touch event.
 
void kanzi::qnx::updateTouchPoints (DefaultQnxInputEventContext::TouchPointContainer &touchPoints)
 Updates the states of touch points in the provided container in preparation of the next touch event.