MCPcopy Create free account
hub / github.com/KLayout/klayout / send_key_press_event

Function send_key_press_event

src/laybasic/laybasic/gsiDeclLayLayoutViewBase.cc:355–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353#endif
354
355static void
356send_key_press_event (lay::LayoutViewBase *view, unsigned int key, unsigned int buttons)
357{
358 view->canvas ()->send_key_press_event (key, buttons);
359}
360
361static void
362send_mouse_move_event (lay::LayoutViewBase *view, const db::DPoint &pt, unsigned int buttons)

Callers

nothing calls this directly

Calls 1

send_key_press_eventMethod · 0.80

Tested by

no test coverage detected