Home
last modified time | relevance | path

Searched refs:OnKey (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/dports/emulators/lisaem/lisaem-1.2.6.2/wxui/
H A DLisaVKB.cpp202 EVT_BUTTON(LISA_KEY_Ox21, LisaVirtualKBFrame::OnKey) in BEGIN_EVENT_TABLE()
203 EVT_BUTTON(LISA_KEY_Ox22, LisaVirtualKBFrame::OnKey) in BEGIN_EVENT_TABLE()
204 EVT_BUTTON(LISA_KEY_Ox23, LisaVirtualKBFrame::OnKey) in BEGIN_EVENT_TABLE()
205 EVT_BUTTON(LISA_KEY_Ox24, LisaVirtualKBFrame::OnKey) in BEGIN_EVENT_TABLE()
206 EVT_BUTTON(LISA_KEY_Ox25, LisaVirtualKBFrame::OnKey) in BEGIN_EVENT_TABLE()
207 EVT_BUTTON(LISA_KEY_Ox26, LisaVirtualKBFrame::OnKey) in BEGIN_EVENT_TABLE()
208 EVT_BUTTON(LISA_KEY_Ox27, LisaVirtualKBFrame::OnKey) in BEGIN_EVENT_TABLE()
209 EVT_BUTTON(LISA_KEY_Ox28, LisaVirtualKBFrame::OnKey) in BEGIN_EVENT_TABLE()
210 EVT_BUTTON(LISA_KEY_Ox29, LisaVirtualKBFrame::OnKey) in BEGIN_EVENT_TABLE()
211 EVT_BUTTON(LISA_KEY_Ox2a, LisaVirtualKBFrame::OnKey) in BEGIN_EVENT_TABLE()
[all …]
/dports/games/springlobby/springlobby-0.180/src/wxkeybinder/
H A DwxKeyMonitorTextCtrl.cpp9 EVT_KEY_DOWN(wxKeyMonitorTextCtrl::OnKey) in IMPLEMENT_CLASS()
10 EVT_KEY_UP(wxKeyMonitorTextCtrl::OnKey) in IMPLEMENT_CLASS()
19 void wxKeyMonitorTextCtrl::OnKey(wxKeyEvent &event) in IMPLEMENT_CLASS()
/dports/editors/kakoune/kakoune-2021.11.08/src/
H A Dinput_handler.hh154 OnKey = 1 << 1, enumerator
164 { AutoInfo::OnKey, "onkey"}, in enum_desc()
196 bool hide = should_show_info(AutoInfo::OnKey, context); in on_next_key_with_autoinfo()
200 show_auto_info_ifn(title, info, AutoInfo::OnKey, context); in on_next_key_with_autoinfo()
/dports/games/0ad/0ad-0.0.23b-alpha/source/tools/atlas/AtlasUI/ScenarioEditor/Tools/Common/
H A DTools.h36 virtual bool OnKey(wxKeyEvent& evt, KeyEventType dir) = 0; // return true if handled
129 …virtual bool OnKey(T* WXUNUSED(obj), wxKeyEvent& WXUNUSED(evt), KeyEventType WXUNUSED(type)) { ret… in OnKey() function
161 virtual bool OnKey(wxKeyEvent& evt, KeyEventType dir) in OnKey() function
163 return m_CurrentState->OnKey(static_cast<T*>(this), evt, dir); in OnKey()
/dports/devel/llvm10/llvm-10.0.1.src/lib/BinaryFormat/
H A DMsgPackDocument.cpp175 bool OnKey; member
230 if (Stack.back().OnKey) { in writeToBlob()
233 Stack.back().OnKey = false; in writeToBlob()
237 Stack.back().OnKey = true; in writeToBlob()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp175 bool OnKey; member
230 if (Stack.back().OnKey) { in writeToBlob()
233 Stack.back().OnKey = false; in writeToBlob()
237 Stack.back().OnKey = true; in writeToBlob()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp175 bool OnKey; member
230 if (Stack.back().OnKey) { in writeToBlob()
233 Stack.back().OnKey = false; in writeToBlob()
237 Stack.back().OnKey = true; in writeToBlob()
/dports/devel/llvm90/llvm-9.0.1.src/lib/BinaryFormat/
H A DMsgPackDocument.cpp175 bool OnKey; member
230 if (Stack.back().OnKey) { in writeToBlob()
233 Stack.back().OnKey = false; in writeToBlob()
237 Stack.back().OnKey = true; in writeToBlob()
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dpath-list.h205 if (OnKey(pEvent)) in EventChildKey()
215 if (OnKey(pEvent)) in EventKey()
224 virtual bool OnKey(cevent_key* pEvent);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp243 bool OnKey; member
300 if (Stack.back().OnKey) { in writeToBlob()
303 Stack.back().OnKey = false; in writeToBlob()
307 Stack.back().OnKey = true; in writeToBlob()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp243 bool OnKey; member
298 if (Stack.back().OnKey) { in writeToBlob()
301 Stack.back().OnKey = false; in writeToBlob()
305 Stack.back().OnKey = true; in writeToBlob()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp243 bool OnKey; member
300 if (Stack.back().OnKey) { in writeToBlob()
303 Stack.back().OnKey = false; in writeToBlob()
307 Stack.back().OnKey = true; in writeToBlob()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/BinaryFormat/
H A DMsgPackDocument.cpp243 bool OnKey; member
300 if (Stack.back().OnKey) { in writeToBlob()
303 Stack.back().OnKey = false; in writeToBlob()
307 Stack.back().OnKey = true; in writeToBlob()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/dictionary/
H A Ddictionary_mock.cc136 if (callback->OnKey(key) != Callback::TRAVERSE_CONTINUE || in LookupPredictive()
162 switch (callback->OnKey(prefix)) { in LookupPrefix()
203 if (callback->OnKey(key) != Callback::TRAVERSE_CONTINUE) { in LookupExact()
230 if (callback->OnKey(prefix) != Callback::TRAVERSE_CONTINUE) { in LookupReverse()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp243 bool OnKey; member
300 if (Stack.back().OnKey) { in writeToBlob()
303 Stack.back().OnKey = false; in writeToBlob()
307 Stack.back().OnKey = true; in writeToBlob()
/dports/devel/llvm11/llvm-11.0.1.src/lib/BinaryFormat/
H A DMsgPackDocument.cpp243 bool OnKey; member
298 if (Stack.back().OnKey) { in writeToBlob()
301 Stack.back().OnKey = false; in writeToBlob()
305 Stack.back().OnKey = true; in writeToBlob()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp243 bool OnKey; member
300 if (Stack.back().OnKey) { in writeToBlob()
303 Stack.back().OnKey = false; in writeToBlob()
307 Stack.back().OnKey = true; in writeToBlob()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp243 bool OnKey; member
300 if (Stack.back().OnKey) { in writeToBlob()
303 Stack.back().OnKey = false; in writeToBlob()
307 Stack.back().OnKey = true; in writeToBlob()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp243 bool OnKey; member
300 if (Stack.back().OnKey) { in writeToBlob()
303 Stack.back().OnKey = false; in writeToBlob()
307 Stack.back().OnKey = true; in writeToBlob()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp243 bool OnKey; member
300 if (Stack.back().OnKey) { in writeToBlob()
303 Stack.back().OnKey = false; in writeToBlob()
307 Stack.back().OnKey = true; in writeToBlob()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/dictionary/
H A Ddictionary_mock.cc136 if (callback->OnKey(key) != Callback::TRAVERSE_CONTINUE || in LookupPredictive()
162 switch (callback->OnKey(prefix)) { in LookupPrefix()
203 if (callback->OnKey(key) != Callback::TRAVERSE_CONTINUE) { in LookupExact()
230 if (callback->OnKey(prefix) != Callback::TRAVERSE_CONTINUE) { in LookupReverse()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/dictionary/
H A Ddictionary_mock.cc136 if (callback->OnKey(key) != Callback::TRAVERSE_CONTINUE || in LookupPredictive()
162 switch (callback->OnKey(prefix)) { in LookupPrefix()
203 if (callback->OnKey(key) != Callback::TRAVERSE_CONTINUE) { in LookupExact()
230 if (callback->OnKey(prefix) != Callback::TRAVERSE_CONTINUE) { in LookupReverse()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/dictionary/
H A Ddictionary_mock.cc136 if (callback->OnKey(key) != Callback::TRAVERSE_CONTINUE || in LookupPredictive()
162 switch (callback->OnKey(prefix)) { in LookupPrefix()
203 if (callback->OnKey(key) != Callback::TRAVERSE_CONTINUE) { in LookupExact()
230 if (callback->OnKey(prefix) != Callback::TRAVERSE_CONTINUE) { in LookupReverse()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/dictionary/
H A Ddictionary_mock.cc136 if (callback->OnKey(key) != Callback::TRAVERSE_CONTINUE || in LookupPredictive()
162 switch (callback->OnKey(prefix)) { in LookupPrefix()
203 if (callback->OnKey(key) != Callback::TRAVERSE_CONTINUE) { in LookupExact()
230 if (callback->OnKey(prefix) != Callback::TRAVERSE_CONTINUE) { in LookupReverse()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp243 bool OnKey; member
300 if (Stack.back().OnKey) { in writeToBlob()
303 Stack.back().OnKey = false; in writeToBlob()
307 Stack.back().OnKey = true; in writeToBlob()

12345678910>>...12