#include <mouseButton.h>
Static Public Member Functions | |
void | init_mouse_buttons () |
Static Private Member Functions | |
ButtonHandle | one () |
ButtonHandle | two () |
ButtonHandle | three () |
bool | is_mouse_button (ButtonHandle button) |
Private Attributes | |
PUBLISHED | __pad0__: static ButtonHandle button(int button_number) |
|
Definition at line 102 of file mouseButton.cxx. References _buttons, num_mouse_buttons, ButtonRegistry::ptr(), and ButtonRegistry::register_button(). Referenced by ConfigureFn(). |
|
Definition at line 85 of file mouseButton.cxx. References _buttons, and num_mouse_buttons. Referenced by MouseWatcher::do_transmit_data(), MouseWatcher::press(), and MouseWatcher::release(). |
|
Definition at line 52 of file mouseButton.cxx. References _buttons. Referenced by Trackball::do_transmit_data(), MouseWatcher::enter_region(), MouseWatcher::exit_region(), and PGEntry::press(). |
|
Definition at line 74 of file mouseButton.cxx. References _buttons. Referenced by Trackball::do_transmit_data(), and PGEntry::press(). |
|
Definition at line 63 of file mouseButton.cxx. References _buttons. Referenced by Trackball::do_transmit_data(), and PGEntry::press(). |
|
Definition at line 34 of file mouseButton.h. |