27#ifndef __TOOL_DISPATCHER_H
28#define __TOOL_DISPATCHER_H
77 std::optional<TOOL_EVENT>
GetToolEvent( wxKeyEvent* aKeyEvent,
bool* aSpecialKeyFlag );
102 if( aState->ControlDown() )
105 if( aState->AltDown() )
108 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.