Classes | |
| class | IsOnPage |
| Performs conditional updates when the status of the pointer on the page changes. More... | |
| class | IsPressed |
| Performs conditional updates when the status of the first haptic device button changes. More... | |
| class | IsMousePressed |
| Performs conditional updates when the status of the left mouse button changes. More... | |
| class | IsDrawing |
| A field used to update whether or not the page should be in drawing mode. More... | |
| class | ChooseCoord |
| A field to manage the redirection of mouse and haptic coordinates. More... | |
Variables | |
| pointer_is_on_page = False | |
| mainbutton_is_pressed = False | |
| mousebutton_is_pressed = False | |
| is_drawing = False | |
| haptic_drawing = False | |
| tuple | isOnPage = IsOnPage() |
| tuple | isPressed = IsPressed() |
| tuple | isMousePressed = IsMousePressed() |
| tuple | isDrawing = IsDrawing() |
| tuple | chooseCoord = ChooseCoord() |
Copyright 2011, CERTEC
This file is part of HIPP.
HIPP 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.
HIPP 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 HIPP. If not, see <http://www.gnu.org/licenses/>.
| tuple drawing_mode::chooseCoord = ChooseCoord() |
| drawing_mode::haptic_drawing = False |
| drawing_mode::is_drawing = False |
| tuple drawing_mode::isDrawing = IsDrawing() |
| tuple drawing_mode::isMousePressed = IsMousePressed() |
| tuple drawing_mode::isOnPage = IsOnPage() |
| tuple drawing_mode::isPressed = IsPressed() |
| drawing_mode::pointer_is_on_page = False |
1.7.1