MCPcopy Create free account
hub / github.com/WayfireWM/wayfire / warp_cursor

Method warp_cursor

src/core/core.cpp:394–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394void wf::compositor_core_impl_t::warp_cursor(wf::pointf_t pos)
395{
396 seat->priv->cursor->warp_cursor(pos);
397 seat->priv->lpointer->update_cursor_position(get_current_time());
398}
399
400void wf::compositor_core_impl_t::transfer_grab(wf::scene::node_ptr node)
401{

Callers 2

ensure_pointerMethod · 0.45
_warp_to_cursor_hintMethod · 0.45

Calls 1

Tested by

no test coverage detected