Inviwo
0.9.10.1
Inviwo documentation
|
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>
Public Types | |
enum | DeviceType { DeviceType::TouchScreen = 0, DeviceType::TouchPad } |
Public Member Functions | |
TouchDevice (DeviceType type=DeviceType::TouchScreen, std::string name="") | |
DeviceType | getType () const |
void | setType (DeviceType type) |
std::string | getName () const |
void | setName (std::string name) |
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.
|
strong |