MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Files > libaria_widget_touchtest.h
MPLAB® Harmony Graphics Suite
libaria_widget_touchtest.h

Microchip Technology Inc.

File Name

libaria_widget_touchtest.h

Description

Module for Microchip Graphics Library - Aria User Interface Library 

This module implements graphical touch test (box) widget functions.

Enumerations
 
Name 
Description 
 
Touch test states 
 
Touch test states 
Functions
 
Name 
Description 
 
Adds a point to the touch test widget. The point will then be displayed. 
 
Clears all of the existing touch points 
 
Gets the current point added event callback 
 
Allocates memory for a new widget of this type. The application is responsible for the managment of this memory until the widget is added to a widget tree. 
 
Sets the point added event callback 
Structures
 
Name 
Description 
 
Implementation of a touch test widget struct 
 
Implementation of a touch test widget struct 
Types
 
Name 
Description 
 
Point added event function callback type 
MPLAB® Harmony Graphics Suite