Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
MotionEventConverter Class Reference
A class to communicate a MotionEventConverter. More...
#include <MotionEventConverter.h>
Public Member Functions | |
| MotionEventConverter () | |
| Constructor. | |
| void | Process (int(*fptr)(MotionEvent event), TouchKey *p_touch) |
| Run the touch panel process. | |
| template<typename T > | |
| void | Process (T *tptr, int(T::*mptr)(MotionEvent event), TouchKey *p_touch) |
| Run the touch panel process. | |
Detailed Description
A class to communicate a MotionEventConverter.
Definition at line 32 of file MotionEventConverter.h.
Constructor & Destructor Documentation
Constructor.
Definition at line 21 of file MotionEventConverter.cpp.
Member Function Documentation
| void Process | ( | int(*)(MotionEvent event) | fptr, |
| TouchKey * | p_touch | ||
| ) |
Run the touch panel process.
- Parameters:
-
fptr A pointer to a void function p_touch pointer of TouchKey class
Definition at line 45 of file MotionEventConverter.h.
| void Process | ( | T * | tptr, |
| int(T::*)(MotionEvent event) | mptr, | ||
| TouchKey * | p_touch | ||
| ) |
Run the touch panel process.
- Parameters:
-
tptr pointer to the object to call the member function on mptr pointer to the member function to be called p_touch pointer of TouchKey class
Definition at line 57 of file MotionEventConverter.h.
Generated on Mon Jul 18 2022 11:39:08 by
1.7.2