8 #ifndef MESSAGE_TOUCHMODEMESSAGE_TOUCHMODEMESSAGE_H
9 #define MESSAGE_TOUCHMODEMESSAGE_TOUCHMODEMESSAGE_H 1
11 #ifndef ZFORCECOMMON_H
12 #error Please include "zForceCommon.h" before this file.
DLLINTERNAL TouchModeMessage * TouchModeMessage_New(MessageGroup messageGroup, uint32_t size)
Internal constructor for TouchModeMessage.
The main Message struct.
Definition: Message.h:21
This structure represents a touch mode message.
Definition: TouchModeMessage.h:21
bool HasTouchMode
True when TouchMode is valid.
Definition: TouchModeMessage.h:59
bool Error
Definition: TouchModeMessage.h:39
uint64_t SerialNumber
Definition: TouchModeMessage.h:51
uint32_t ClickOnTouchRadius
How far the touch has to move before it is switched to Normal Mode.
Definition: TouchModeMessage.h:62
uint32_t ClickOnTouchTime
How long to wait for before a touch is clicked in Click on Touch Mode.
Definition: TouchModeMessage.h:60
MessageGroup MessageGroup
Definition: TouchModeMessage.h:33
void(* Destructor)(Message *self)
Definition: TouchModeMessage.h:57
TouchModes TouchMode
Touch Mode.
Definition: TouchModeMessage.h:58
bool HasClickOnTouchTime
True when ClickOnTouchTime is valid.
Definition: TouchModeMessage.h:61
bool HasClickOnTouchRadius
True when ClickOnTouchRadius is valid.
Definition: TouchModeMessage.h:63
int ErrorCode
Definition: TouchModeMessage.h:45
MessageType MessageType
Definition: TouchModeMessage.h:27
MessageGroup
Enum describing the different groups a message can belong to.
Definition: zForceTypes.h:134
TouchModes
Enum describing what touch mode a device can be in.
Definition: zForceTypes.h:191
MessageType
Enum describing the different message types that exists.
Definition: zForceTypes.h:104