1TriD::ButtonControl(3)User Contributed Perl DocumentationTriD::ButtonControl(3)
2
3
4

NAME

6       PDL::Graphics::TriD::ButtonControl - default event handler subroutines
7

FUNCTIONS

9   new()
10       Bless an oject into the class ButtonControl, expects the associated
11       Window object to be supplied as an argument.
12
13       The ButtonControl class is a base class which all TriD event
14       controllers should inherit from.  By itself it does not do much.  It
15       defines ButtonPress and ButtonRelease functions which are expected by
16       the Event loop.
17
18   mouse_moved
19       A do-nothing function to prevent errors if not defined in a subclass
20
21   ButtonRelease
22       A do nothing function to prevent errors if not defined in a subclass
23
24   ButtonPress
25       Activates the viewport the mouse is inside when pressed
26
27   set_wh
28       Define the width and Height of the window for button control
29
30
31
32perl v5.36.0                      2022-07-22            TriD::ButtonControl(3)
Impressum