#include <mmsinputlishandler.h>
Public Attributes | |
| float | xFactor |
| multiplicate the x value to get the real value (touchscreen only) | |
| float | yFactor |
| multiplicate the y value to get the real value (touchscreen only) | |
| bool | swapX |
| swap x axis | |
| bool | swapY |
| swap y axis | |
| bool | swapXY |
| swap x and y axis | |
| MMSFBRectangle | rect |
| specifies resolution of touch controller | |
| bool | haveBtnEvents |
| touch driver sends BTN_xxx events | |
Definition at line 51 of file mmsinputlishandler.h.
multiplicate the x value to get the real value (touchscreen only)
Definition at line 52 of file mmsinputlishandler.h.
multiplicate the y value to get the real value (touchscreen only)
Definition at line 53 of file mmsinputlishandler.h.