#include <MouseKeyHandler.h>
Public Member Functions | |
MouseKeyHandler () | |
virtual void | on_event (int event) |
virtual void | on_key_down (int key) |
virtual void | on_mouse_down (CVD::ImageRef where, int state, int button) |
virtual void | on_mouse_move (CVD::ImageRef where, int state) |
~MouseKeyHandler (void) |
This file is part of tum_ardrone.
Copyright 2012 Jakob Engel <jajuengel@gmail.com> (Technical University of Munich) For more information see <https://vision.in.tum.de/data/software/tum_ardrone>.
tum_ardrone is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
tum_ardrone is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with tum_ardrone. If not, see <http://www.gnu.org/licenses/>.
Definition at line 28 of file MouseKeyHandler.h.
MouseKeyHandler::MouseKeyHandler | ( | ) | [inline] |
Definition at line 32 of file MouseKeyHandler.h.
MouseKeyHandler::~MouseKeyHandler | ( | void | ) | [inline] |
Definition at line 33 of file MouseKeyHandler.h.
virtual void MouseKeyHandler::on_event | ( | int | event | ) | [inline, virtual] |
Definition at line 37 of file MouseKeyHandler.h.
virtual void MouseKeyHandler::on_key_down | ( | int | key | ) | [inline, virtual] |
Reimplemented in PTAMWrapper, and MapView.
Definition at line 34 of file MouseKeyHandler.h.
virtual void MouseKeyHandler::on_mouse_down | ( | CVD::ImageRef | where, |
int | state, | ||
int | button | ||
) | [inline, virtual] |
Reimplemented in PTAMWrapper.
Definition at line 36 of file MouseKeyHandler.h.
virtual void MouseKeyHandler::on_mouse_move | ( | CVD::ImageRef | where, |
int | state | ||
) | [inline, virtual] |
Definition at line 35 of file MouseKeyHandler.h.