Inviwo 0.9.12-pre
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 class | DeviceType { TouchScreen = 0 , 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 |