MCPcopy Create free account
hub / github.com/Kitware/CMake / OnType

Method OnType

Source/CursesDialog/cmCursesStringWidget.cxx:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void cmCursesStringWidget::OnType(int& key, cmCursesMainForm* fm,
68 WINDOW* /*unused*/)
69{
70 form_driver(fm->GetForm(), key);
71}
72
73bool cmCursesStringWidget::HandleInput(int& key, cmCursesMainForm* fm,
74 WINDOW* w)

Callers 1

HandleInputMethod · 0.95

Calls 2

form_driverFunction · 0.85
GetFormMethod · 0.80

Tested by

no test coverage detected