MPLABĀ® Harmony Graphics Suite  GFX v3.13.0
Legato API Documentation
legato_input_rtos.h
1 // DOM-IGNORE-BEGIN
2 /*******************************************************************************
3 * Copyright (C) 2020 Microchip Technology Inc. and its subsidiaries.
4 *
5 * Subject to your compliance with these terms, you may use Microchip software
6 * and any derivatives exclusively with Microchip products. It is your
7 * responsibility to comply with third party license terms applicable to your
8 * use of third party software (including open source software) that may
9 * accompany Microchip software.
10 *
11 * THIS SOFTWARE IS SUPPLIED BY MICROCHIP "AS IS". NO WARRANTIES, WHETHER
12 * EXPRESS, IMPLIED OR STATUTORY, APPLY TO THIS SOFTWARE, INCLUDING ANY IMPLIED
13 * WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY, AND FITNESS FOR A
14 * PARTICULAR PURPOSE.
15 *
16 * IN NO EVENT WILL MICROCHIP BE LIABLE FOR ANY INDIRECT, SPECIAL, PUNITIVE,
17 * INCIDENTAL OR CONSEQUENTIAL LOSS, DAMAGE, COST OR EXPENSE OF ANY KIND
18 * WHATSOEVER RELATED TO THE SOFTWARE, HOWEVER CAUSED, EVEN IF MICROCHIP HAS
19 * BEEN ADVISED OF THE POSSIBILITY OR THE DAMAGES ARE FORESEEABLE. TO THE
20 * FULLEST EXTENT ALLOWED BY LAW, MICROCHIP'S TOTAL LIABILITY ON ALL CLAIMS IN
21 * ANY WAY RELATED TO THIS SOFTWARE WILL NOT EXCEED THE AMOUNT OF FEES, IF ANY,
22 * THAT YOU HAVE PAID DIRECTLY TO MICROCHIP FOR THIS SOFTWARE.
23 *******************************************************************************/
24 // DOM-IGNORE-END
25 
26 /*******************************************************************************
27  Module for Microchip Graphics Library - Aria User Interface Library
28 
29  Company:
30  Microchip Technology Inc.
31 
32  File Name:
33  libaria_input_rtos.h
34 
35  Summary:
36 
37  This file contains the RTOS extensions of the libaria_input module.
38 
39 
40 *******************************************************************************/
41 
42 
43 #ifndef LIBARIA_INPUT_RTOS_H
44 #define LIBARIA_INPUT_RTOS_H
45 
46 // DOM-IGNORE-BEGIN
47 laResult laInput_SendTouchDown_Ext_RTOS(uint32_t id, int32_t x, int32_t y);
48 laResult laInput_SendTouchUp_Ext_RTOS(uint32_t id, int32_t x, int32_t y);
49 laResult laInput_SendTouchMoved_Ext_RTOS(uint32_t id, int32_t x, int32_t y);
50 // DOM-IGNORE-END
51 
52 #ifdef __cplusplus
53  }
54 #endif
55 
56 #endif // LIBARIA_INPUT_RTOS_H