|
Neonode zForce(TM) SDK
|
A FlipXYMessage that contains a bool for wether the axes are flipped or not. More...
#include <Message.h>

Go to the source code of this file.
Classes | |
| struct | FlipXYMessage |
| This structure represents a FlipXY Message. More... | |
Functions | |
| DLLINTERNAL FlipXYMessage * | FlipXYMessage_New (MessageGroup messageGroup, uint32_t size) |
| Internal constructor for FlipXYMessage. More... | |
A FlipXYMessage that contains a bool for wether the axes are flipped or not.
| DLLINTERNAL FlipXYMessage* FlipXYMessage_New | ( | MessageGroup | messageGroup, |
| uint32_t | size | ||
| ) |
Internal constructor for FlipXYMessage.
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. |
1.8.11