data structure to represent key events.
More...
#include <vtkContextKeyEvent.h>
data structure to represent key events.
Provides a convenient data structure to represent key events in the vtkContextScene. Passed to vtkAbstractContextItem objects.
Definition at line 33 of file vtkContextKeyEvent.h.
◆ vtkContextKeyEvent()
vtkContextKeyEvent::vtkContextKeyEvent |
( |
| ) |
|
◆ ~vtkContextKeyEvent()
vtkContextKeyEvent::~vtkContextKeyEvent |
( |
| ) |
|
◆ SetInteractor()
Set the interactor for the key event.
◆ GetInteractor()
Get the interactor for the key event. This can be null, and is provided only for convenience.
◆ SetPosition()
void vtkContextKeyEvent::SetPosition |
( |
const vtkVector2i & |
position | ) |
|
|
inline |
◆ GetPosition()
◆ GetKeyCode()
char vtkContextKeyEvent::GetKeyCode |
( |
| ) |
const |
◆ Interactor
◆ Position
The documentation for this class was generated from the following file: