Touch device that generated a touch event. Touch screen device generate points that are physically located on screen. Touch pad device is similar to a mouse, which generate points that are off-screen.
More...
#include <touchevent.h>
Touch device that generated a touch event. Touch screen device generate points that are physically located on screen. Touch pad device is similar to a mouse, which generate points that are off-screen.
- See also
- TouchEvent
◆ DeviceType
Enumerator |
---|
TouchScreen | Touch points are physically located on screen.
|
TouchPad | Touch points are not on the screen. More similar to mouse.
|
The documentation for this class was generated from the following file: