Neonode zForce(TM) SDK
|
This structure represents an snapping filter message. More...
#include <SnappingFilterMessage.h>
Public Attributes | |
MessageType | MessageType |
MessageGroup | MessageGroup |
bool | Error |
int | ErrorCode |
uint64_t | SerialNumber |
void(* | Destructor )(Message *self) |
bool | Enabled |
True when Snapping Filter is enabled. | |
bool | HasEnabled |
True when Enabled is valid. | |
uint32_t | LeftInner |
Distance from edge to the inner snapping edge, left side of Touch Active Area. | |
uint32_t | LeftOuter |
Distance from edge to the outer snapping edge, left side of Touch Active Area. | |
bool | HasLeft |
True when LeftInner & LeftOuter is valid. | |
uint32_t | RightInner |
Distance from edge to the inner snapping edge, right side of Touch Active Area. | |
uint32_t | RightOuter |
Distance from edge to the outer snapping edge, right side of Touch Active Area. | |
bool | HasRight |
True when RightInner & RightOuter is valid. | |
uint32_t | TopInner |
Distance from edge to the inner snapping edge, top side of Touch Active Area. | |
uint32_t | TopOuter |
Distance from edge to the outer snapping edge, top side of Touch Active Area. | |
bool | HasTop |
True when TopInner & TopOuter is valid. | |
uint32_t | BottomInner |
Distance from edge to the inner snapping edge, bottom side of Touch Active Area. | |
uint32_t | BottomOuter |
Distance from edge to the outer snapping edge, bottom side of Touch Active Area. | |
bool | HasBottom |
True when BottomInner & BottomOuter is valid. | |
This structure represents an snapping filter message.
This structure represents a message containing snapping filter information.
void( * SnappingFilterMessage::Destructor) (Message *self) |
Destructor.
Inherited from Message base class.
bool SnappingFilterMessage::Error |
If an error occurred, this is True.
Inherited from Message base class.
int SnappingFilterMessage::ErrorCode |
Error Code, valid when Error == true.
Inherited from Message base class.
MessageGroup SnappingFilterMessage::MessageGroup |
MessageType SnappingFilterMessage::MessageType |
uint64_t SnappingFilterMessage::SerialNumber |
Unique serial number for this message.
Inherited from Message base class.