Neonode zForce(TM) SDK
Classes | Functions
FlipXYMessage.h File Reference

A FlipXYMessage that contains a bool for wether the axes are flipped or not. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FlipXYMessage
 This structure represents a FlipXY Message. More...
 

Functions

DLLINTERNAL FlipXYMessageFlipXYMessage_New (MessageGroup messageGroup, uint32_t size)
 Internal constructor for FlipXYMessage. More...
 

Detailed Description

A FlipXYMessage that contains a bool for wether the axes are flipped or not.

Function Documentation

◆ FlipXYMessage_New()

DLLINTERNAL FlipXYMessage* FlipXYMessage_New ( MessageGroup  messageGroup,
uint32_t  size 
)

Internal constructor for FlipXYMessage.

Internal constructor for FlipXYMessage. Do not use this constructor, always use the factory creator.

On failure, errno is set.

Parameters
messageGroupMessageGroup of Message.
sizeIf this is used as a base class for another class, set size to non-zero.
Returns
Pointer to FlipXYMessage.