Lines Matching refs:KeyboardEvent
363 void cv::viz::vtkVizInteractorStyle::registerKeyboardCallback(void (*callback)(const KeyboardEvent&, void*), void *cookie)
372 int modifiers = KeyboardEvent::NONE;
375 modifiers |= KeyboardEvent::ALT;
378 modifiers |= KeyboardEvent::CTRL;
381 modifiers |= KeyboardEvent::SHIFT;
471 KeyboardEvent event(KeyboardEvent::KEY_DOWN, Interactor->GetKeySym(), Interactor->GetKeyCode(), getModifiers());
503 KeyboardEvent event(KeyboardEvent::KEY_UP, Interactor->GetKeySym(), Interactor->GetKeyCode(), getModifiers());