Skip to content
Snippets Groups Projects
Commit 0fa74e42 authored by Jan Möbius's avatar Jan Möbius
Browse files

Updated Docu for Mouse Interface

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@4546 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 9119d2e0
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,13 @@
*
* When using mouse events in your plugins implement this interface. Remember that
* all plugins may get these signals. Therefore you hav to check if the current pickingMode
* is active before doing anything. Only the slotMouseEventIdentify is independent of picking modes.
* you want to react on is active before doing anything. Only the slotMouseEventIdentify is
* independent of picking modes.
*
* The slotMouseWheelEvent anf slotMouseEvent Only get called when the system is in picking
* mode.
*
* slotMouseEventIdentify will be used when question mode is active.
*/
class MouseInterface {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment