Go to the documentation of this file.
25 #ifndef vtkTDxWinDevice_h
26 #define vtkTDxWinDevice_h
28 #include "vtkRenderingOpenGLModule.h"
39 class vtkTDxWinDevicePrivate;
static vtkTDxWinDevice * New()
vtkTDxWinDevicePrivate * Private
Implementation of vtkTDxDevice on Windows.
void StartListening()
Call it when the window has or get the focus.
bool GetIsListening() const
Tells if we are listening events on the device.
HWND GetWindowHandle() const
Get the Handle of the Window.
a simple class to control print indentation
void SetWindowHandle(HWND hWnd)
Set the handle of the Window.
vtkTDxWinDevice()
Default constructor.
platform-independent render window interaction including picking and frame rate control.
void ProcessEvent()
Process the 3DConnexion event.
API to access a 3DConnexion input device.
void StopListening()
Call it when the window lose the focus.
virtual void Close()
See description in the superclass.
void Initialize()
Initialize the device with the current display and window ids.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual ~vtkTDxWinDevice()
Destructor.