MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / TouchCursor

Method TouchCursor

src/gui/touch_cursor.cpp:37–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35const float control_ring_radius_mm = 9.5f;
36
37TouchCursor::TouchCursor(MapWidget* map_widget)
38: visible(false)
39, left_button_pressed(false)
40, last_pressed_button(NoButton)
41, map_widget(map_widget)
42{
43 // nothing
44}
45
46void TouchCursor::mousePressEvent(QMouseEvent* event)
47{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected