MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / customEvent

Method customEvent

source/ui/EditUi.cpp:2884–2889  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2882 if (key->key() == Qt::Key_Up)
2883 {
2884 ItemMove(true, 1);
2885 return true;
2886 }
2887 else if (key->key() == Qt::Key_Down)
2888 {
2889 ItemMove(false, 1);
2890 return true;
2891 }
2892 else if (key->key() == Qt::Key_Backspace)

Callers

nothing calls this directly

Calls 1

typeMethod · 0.45

Tested by

no test coverage detected