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