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

/inkscape/src/
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);

Completed in 49 milliseconds