27#ifndef TOOL_DISPATCHER_H
28#define TOOL_DISPATCHER_H
78 std::optional<TOOL_EVENT>
GetToolEvent( wxKeyEvent* aKeyEvent,
bool* aSpecialKeyFlag );
94 if( aState->ControlDown() )
97 if( aState->AltDown() )
100 if( aState->ShiftDown() )
Gather all the actions that are shared by tools.
Hold a (potentially large) number of VIEW_ITEMs and renders them on a graphics device provided by the...
Base PCB main window class for Pcbnew, Gerbview, and CvPcb footprint viewer.
The Cairo implementation of the graphics abstraction layer.