MCPcopy Create free account
hub / github.com/KDE/kwin / pointersForClient

Method pointersForClient

src/wayland/pointer.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49QList<PointerInterfacePrivate::Resource *> PointerInterfacePrivate::pointersForClient(ClientConnection *client) const
50{
51 return resourceMap().values(client->client());
52}
53
54void PointerInterfacePrivate::pointer_set_cursor(Resource *resource, uint32_t serial, ::wl_resource *surface_resource, int32_t hotspot_x, int32_t hotspot_y)
55{

Callers 3

sendButtonMethod · 0.80
sendAxisMethod · 0.80
sendMotionMethod · 0.80

Calls 1

clientMethod · 0.45

Tested by

no test coverage detected