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

/inkscape/src/
H A Ddevice-manager.h30 virtual gint getLiveButtons() const = 0;
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);
/inkscape/src/ui/dialog/
H A Dinput.cpp1399 gint live = device->getLiveButtons();

Completed in 1018 milliseconds