MCPcopy Create free account
hub / github.com/canonical/mir / set_pointer_state

Method set_pointer_state

src/server/input/basic_seat.cpp:230–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230void mi::BasicSeat::set_pointer_state(Device const& dev, MirPointerButtons buttons)
231{
232 input_state_tracker.set_pointer_state(dev.id(), buttons);
233}
234
235void mi::BasicSeat::set_cursor_position(float cursor_x, float cursor_y)
236{

Callers 1

pointer_stateMethod · 0.45

Calls 1

idMethod · 0.45

Tested by

no test coverage detected