1 #ifndef __NEXPOINTER_H__
2 #define __NEXPOINTER_H__
13 NexPointer(NexPid pid, NexCid cid,
char *name);
bool getValue(uint32_t *number)
Get the value of pointer.
NexPointer,subclass of NexTouch,provides simple methods to control pointer component.
NexPointer(NexPid pid, NexCid cid, char *name)
Constructor,inherited NexTouch's constructor function.
bool setValue(uint32_t number)
Set the value of pointer.
Root Class of Nextion Components.