|
ubit
|
Mouse button mapping specifies the events generated by the buttons of the mouses rule: source_button_number, source_modifiers ==> flow_button_mask, flow_modifiers see: UMServer::setNativeButtonMapping (for the native mouses) and UMSeventSource::setButtonMapping (for alternate mouses) More...
#include <source.hpp>
Public Member Functions | |
| UMSbutton (int btn_number, unsigned int mod_mask, unsigned int to_btn_mask, unsigned int to_mod_mask) | |
Public Attributes | |
| int | in_btn_number |
| unsigned int | in_mod_mask |
| unsigned int | out_btn_mask |
| unsigned int | out_mod_mask |
Mouse button mapping specifies the events generated by the buttons of the mouses rule: source_button_number, source_modifiers ==> flow_button_mask, flow_modifiers see: UMServer::setNativeButtonMapping (for the native mouses) and UMSeventSource::setButtonMapping (for alternate mouses)
1.8.12