Neonode zForce(TM) SDK
|
A TouchModeMessage sets the touch mode for the device. More...
Go to the source code of this file.
Classes | |
struct | TouchModeMessage |
This structure represents a touch mode message. More... | |
Functions | |
DLLINTERNAL TouchModeMessage * | TouchModeMessage_New (MessageGroup messageGroup, uint32_t size) |
Internal constructor for TouchModeMessage. More... | |
A TouchModeMessage sets the touch mode for the device.
DLLINTERNAL TouchModeMessage* TouchModeMessage_New | ( | MessageGroup | messageGroup, |
uint32_t | size | ||
) |
Internal constructor for TouchModeMessage.
Do not use this, but use the Factory creator instead.
On failure, see errno.
messageGroup | MessageGroup of Message. |
size | If this is used as a base class for another class, set size to non-zero. |