ubit
Public Member Functions | Public Attributes | List of all members
UMSbutton Struct Reference

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
 

Detailed Description

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)


The documentation for this struct was generated from the following files: