9 #ifndef MESSAGE_HIDDISPLAYSIZEMESSAGE_HIDDISPLAYSIZEMESSAGE_H 10 #define MESSAGE_HIDDISPLAYSIZEMESSAGE_HIDDISPLAYSIZEMESSAGE_H 12 #ifndef ZFORCECOMMON_H 13 #error Please include "zForceCommon.h" before this file. 14 #endif // ZFORCECOMMON_H 47 #endif // MESSAGE_HIDDISPLAYSIZEMESSAGE_HIDDISPLAYSIZEMESSAGE_H This structure represents a Hid Display Size Message.
Definition: HidDisplaySizeMessage.h:21
uint32_t SizeX
X Size.
Definition: HidDisplaySizeMessage.h:24
Message
Base Message.
Definition: HidDisplaySizeMessage.h:23
MessageGroup
Enum describing the different groups a message can belong to.
Definition: zForceTypes.h:113
uint32_t SizeY
Y Size.
Definition: HidDisplaySizeMessage.h:26
bool HasSizeX
Is the X Size reported?
Definition: HidDisplaySizeMessage.h:25
bool HasSizeY
Is the Y Size reported?
Definition: HidDisplaySizeMessage.h:27
DLLINTERNAL HidDisplaySizeMessage * HidDisplaySizeMessage_New(MessageGroup messageGroup, uint32_t size)
Internal constructor for HidDisplaySizeMessage.