Home
last modified time | relevance | path

Searched refs:getMouseCommand (Results 1 – 4 of 4) sorted by relevance

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Dabstract_client.h740 Options::MouseCommand getMouseCommand(Qt::MouseButton button, bool *handled) const;
H A Devents.cpp896 com = getMouseCommand(x11ToQtMouseButton(button), &was_action); in buttonPressEvent()
H A Dinput.cpp879 command = client->getMouseCommand(event->button(), &wasAction); in performClientMouseAction()
1403 const Options::MouseCommand command = c->getMouseCommand(Qt::LeftButton, &wasAction); in touchDown()
H A Dabstract_client.cpp1722 Options::MouseCommand AbstractClient::getMouseCommand(Qt::MouseButton button, bool *handled) const in getMouseCommand() function in KWin::AbstractClient