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

/inkscape/src/
H A Ddevice-manager.h29 virtual gint getLiveAxes() const = 0;
H A Ddevice-manager.cpp189 virtual gint getLiveAxes() const {return liveAxes;} function in class:Inkscape::InputDeviceImpl
536 if ( (mask & (*it)->getLiveAxes()) == 0 ) {
537 (*it)->setLiveAxes((*it)->getLiveAxes() | mask);
/inkscape/src/ui/dialog/
H A Dinput.cpp1382 gint live = device->getLiveAxes();

Completed in 22 milliseconds