26#ifndef _SO_WIN_TOUCH_SCREEN
27#define _SO_WIN_TOUCH_SCREEN
31#include <Inventor/Win/devices/SoWinDevice.h>
32#include <Inventor/touch/events/SoTouchEvent.h>
33#include <Inventor/Win/SoWin.h>
34#include <Inventor/Win/SoWinRenderArea.h>
35#include <Inventor/touch/SoTouchManager.h>
91 virtual void enable(SoWidget w, XtEventHandler f,
Base class for all events.
Base class for touch events.
Class for managing events from touch screen input devices.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Abstract base cl...
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Component for re...
Translates and reports windows messages for the touch screen device.
SoTouchManager * getTouchManager() const
Returns the SoTouchManager.
virtual void disable(SoWidget w, XtEventHandler f, XtPointer data)
Disables the device.
virtual ~SoWinTouchScreen()
Destructor.
virtual const SoEvent * translateEvent(XAnyEvent *xe)
Attempts to convert the passed message into an SoEvent.
SoWinTouchScreen(SoWidget myWindow)
Constructor.
virtual void enable(SoWidget w, XtEventHandler f, XtPointer data, Window win=NULL)
Enables the device for the passed window handle.