Searched defs:getLiveButtons (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Ddevice-manager.cpp191 virtual gint getLiveButtons() const {return liveButtons;} function in class:Inkscape::InputDeviceImpl
553 if ( (mask & (*it)->getLiveButtons()) == 0 ) {
554 (*it)->setLiveButtons((*it)->getLiveButtons() | mask);

Completed in 20 milliseconds