MCPcopy Create free account
hub / github.com/dillo-browser/dillo / selectionHandleEvent

Function selectionHandleEvent

dw/widget.hh:426–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424 { return layout->selectionState.buttonMotion (it, charPos, linkNo, event); }
425#endif
426 inline bool selectionHandleEvent (SelectionState::EventType eventType,
427 Iterator *it, int charPos, int linkNo,
428 MousePositionEvent *event)
429 { return layout->selectionState.handleEvent (eventType, it, charPos, linkNo,
430 event); }
431
432private:
433 void *deleteCallbackData;

Callers 1

sendSelectionEventMethod · 0.85

Calls 1

handleEventMethod · 0.80

Tested by

no test coverage detected