Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/canonical/mir
/ get_pointer_settings
Method
get_pointer_settings
src/server/input/virtual_input_device.cpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
auto mi::VirtualInputDevice::get_pointer_settings() const -> optional_value<PointerSettings>
62
{
63
return {};
64
}
65
66
auto mi::VirtualInputDevice::get_touchpad_settings() const -> optional_value<TouchpadSettings>
67
{
Callers
1
DefaultDevice
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected