Home
last modified time | relevance | path

Searched +defs:KeyPress +defs:l (Results 1 – 25 of 32) sorted by relevance

12

/dports/multimedia/musikcube/musikcube-0.96.7/src/musikcube/cursespp/
H A DAppLayout.cpp120 void AppLayout::SetPadding(size_t t, size_t l, size_t b, size_t r) { in SetPadding()
225 bool AppLayout::KeyPress(const std::string& key) { in KeyPress() function in AppLayout
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/Deserted/OVIMChewing03/
H A DOVIMChewing.cpp60 void KeyPress(OVKeyCode *key, OVBuffer *buf, OVCandidate *textbar, OVService *srv) { in KeyPress() function in OVIMChewing03Context
180 virtual int initialize(OVDictionary* l, OVService* s, const char* modulePath) { in initialize()
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/Deserted/OVIMChewing03/
H A DOVIMChewing.cpp60 void KeyPress(OVKeyCode *key, OVBuffer *buf, OVCandidate *textbar, OVService *srv) { in KeyPress() function in OVIMChewing03Context
180 virtual int initialize(OVDictionary* l, OVService* s, const char* modulePath) { in initialize()
/dports/devel/upp/upp/uppsrc/Turtle/
H A DEvent.cpp135 uint32 l = p.ReadNumber(); in IsWaitingEvent() local
255 void TurtleServer::KeyPress(const String& event, CParser& p) in KeyPress() function in Upp::TurtleServer
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewingOld/
H A DOVIMSpaceChewing.cpp63 void KeyPress(OVKeyCode *key, OVBuffer *buf, OVCandidate *textbar, OVService *srv) { in KeyPress() function in OVIMChewingContext
179 virtual int initialize(OVDictionary* l, OVService* s, const char* modulePath) { in initialize()
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/Deserted/OVIMChewing/
H A DOVIMChewing.cpp61 void KeyPress(OVKeyCode *key, OVBuffer *buf, OVCandidate *textbar, OVService *srv) { in KeyPress() function in OVIMChewingContext
177 virtual int initialize(OVDictionary* l, OVService* s, const char* modulePath) { in initialize()
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/Deserted/OVIMChewing/
H A DOVIMChewing.cpp61 void KeyPress(OVKeyCode *key, OVBuffer *buf, OVCandidate *textbar, OVService *srv) { in KeyPress() function in OVIMChewingContext
177 virtual int initialize(OVDictionary* l, OVService* s, const char* modulePath) { in initialize()
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewingOld/
H A DOVIMSpaceChewing.cpp63 void KeyPress(OVKeyCode *key, OVBuffer *buf, OVCandidate *textbar, OVService *srv) { in KeyPress() function in OVIMChewingContext
179 virtual int initialize(OVDictionary* l, OVService* s, const char* modulePath) { in initialize()
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewing0.3/
H A DOVIMSpaceChewing.cpp58 void KeyPress(OVKeyCode *key, OVBuffer *buf, OVCandidate *textbar, OVService *srv) { in KeyPress() function in OVIMChewing03Context
184 virtual int initialize(OVDictionary* l, OVService* s, const char* modulePath) { in initialize()
260 virtual int initialize(OVDictionary* l, OVService* s, const char* modulePath) { in initialize()
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewing0.3/
H A DOVIMSpaceChewing.cpp58 void KeyPress(OVKeyCode *key, OVBuffer *buf, OVCandidate *textbar, OVService *srv) { in KeyPress() function in OVIMChewing03Context
184 virtual int initialize(OVDictionary* l, OVService* s, const char* modulePath) { in initialize()
260 virtual int initialize(OVDictionary* l, OVService* s, const char* modulePath) { in initialize()
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewing/
H A DOVIMSpaceChewing.cpp114 void KeyPress(OVKeyCode *key, OVBuffer *buf, OVCandidate *textbar, OVService *srv) in KeyPress() function in OVIMSpaceChewingContext
260 virtual int initialize(OVDictionary* l, OVService* s, const char* modulePath) { in initialize()
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewing/
H A DOVIMSpaceChewing.cpp114 void KeyPress(OVKeyCode *key, OVBuffer *buf, OVCandidate *textbar, OVService *srv) in KeyPress() function in OVIMSpaceChewingContext
260 virtual int initialize(OVDictionary* l, OVService* s, const char* modulePath) { in initialize()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/components/
H A Djuce_Component.cpp483 componentListeners.call ([this] (ComponentListener& l) { l.componentBeingDeleted (*this); }); in ~Component()
2393 … desktop.getMouseListeners().callChecked (checker, [&] (MouseListener& l) { l.mouseDown (me); }); in internalMouseDown()
2430 desktop.getMouseListeners().callChecked (checker, [&] (MouseListener& l) { l.mouseDown (me); }); in internalMouseDown()
2458 desktop.getMouseListeners().callChecked (checker, [&] (MouseListener& l) { l.mouseUp (me); }); in internalMouseUp()
2473 … desktop.mouseListeners.callChecked (checker, [&] (MouseListener& l) { l.mouseDoubleClick (me); }); in internalMouseUp()
2524 … desktop.getMouseListeners().callChecked (checker, [&] (MouseListener& l) { l.mouseMove (me); }); in internalMouseMove()
2544 …desktop.mouseListeners.callChecked (checker, [&] (MouseListener& l) { l.mouseWheelMove (me, wheel)… in internalMouseWheel()
2553 …desktop.mouseListeners.callChecked (checker, [&] (MouseListener& l) { l.mouseWheelMove (me, wheel)… in internalMouseWheel()
2574 …desktop.mouseListeners.callChecked (checker, [&] (MouseListener& l) { l.mouseMagnify (me, amount);… in internalMagnifyGesture()
2583 …desktop.mouseListeners.callChecked (checker, [&] (MouseListener& l) { l.mouseMagnify (me, amount);… in internalMagnifyGesture()
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/components/
H A Djuce_Component.cpp483 componentListeners.call ([this] (ComponentListener& l) { l.componentBeingDeleted (*this); }); in ~Component()
1187 { in sendMovedResizedMessages()
2399 … desktop.getMouseListeners().callChecked (checker, [&] (MouseListener& l) { l.mouseDown (me); }); in internalMouseDown()
2436 desktop.getMouseListeners().callChecked (checker, [&] (MouseListener& l) { l.mouseDown (me); }); in internalMouseDown()
2464 desktop.getMouseListeners().callChecked (checker, [&] (MouseListener& l) { l.mouseUp (me); }); in internalMouseUp()
2479 … desktop.mouseListeners.callChecked (checker, [&] (MouseListener& l) { l.mouseDoubleClick (me); }); in internalMouseUp()
2530 … desktop.getMouseListeners().callChecked (checker, [&] (MouseListener& l) { l.mouseMove (me); }); in internalMouseMove()
2550 …desktop.mouseListeners.callChecked (checker, [&] (MouseListener& l) { l.mouseWheelMove (me, wheel)… in internalMouseWheel()
2580 …desktop.mouseListeners.callChecked (checker, [&] (MouseListener& l) { l.mouseMagnify (me, amount);… in internalMagnifyGesture()
2589 …desktop.mouseListeners.callChecked (checker, [&] (MouseListener& l) { l.mouseMagnify (me, amount);… in internalMagnifyGesture()
[all …]
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DListBox.cpp94 … bool operator()(const std::shared_ptr<ListBox::Row>& l, const std::shared_ptr<ListBox::Row>& r) in operator ()()
96 bool operator()(const ListBox::Row* l, const ListBox::Row* r) in operator ()()
1490 void ListBox::KeyPress(Key key, std::uint32_t key_code_point, Flags<ModKey> mod_keys) in KeyPress() function in ListBox
/dports/lang/spidermonkey78/firefox-78.9.0/layout/xul/
H A DnsXULPopupManager.cpp442 for (int32_t l = list.Length() - 1; l >= 0; l--) { in AdjustPopupsOnWindowChange() local
2544 nsresult nsXULPopupManager::KeyPress(KeyboardEvent* aKeyEvent) { in KeyPress() function in nsXULPopupManager
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-x11.c858 #define KeyPress 2 macro
2199 int l; in listOfString8() local
2208 guint l = tvb_get_guint8(tvb, *offsetp); in listOfString8() local
2262 int l; /* Length of an individual item */ in listOfTextItem() local
2274 guint l = tvb_get_guint8(tvb, *offsetp); in listOfTextItem() local
2699 guint l = length*2; /* byte count */ in string16() local
2852 int l; in listOfStringLengthConsistent() local
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-x11.c858 #define KeyPress 2 macro
2199 int l; in listOfString8() local
2208 guint l = tvb_get_guint8(tvb, *offsetp); in listOfString8() local
2262 int l; /* Length of an individual item */ in listOfTextItem() local
2274 guint l = tvb_get_guint8(tvb, *offsetp); in listOfTextItem() local
2699 guint l = length*2; /* byte count */ in string16() local
2852 int l; in listOfStringLengthConsistent() local
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-x11.c858 #define KeyPress 2 macro
2199 int l; in listOfString8() local
2208 guint l = tvb_get_guint8(tvb, *offsetp); in listOfString8() local
2262 int l; /* Length of an individual item */ in listOfTextItem() local
2274 guint l = tvb_get_guint8(tvb, *offsetp); in listOfTextItem() local
2699 guint l = length*2; /* byte count */ in string16() local
2852 int l; in listOfStringLengthConsistent() local
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-x11.c858 #define KeyPress 2 macro
2199 int l; in listOfString8() local
2208 guint l = tvb_get_guint8(tvb, *offsetp); in listOfString8() local
2262 int l; /* Length of an individual item */ in listOfTextItem() local
2274 guint l = tvb_get_guint8(tvb, *offsetp); in listOfTextItem() local
2699 guint l = length*2; /* byte count */ in string16() local
2852 int l; in listOfStringLengthConsistent() local
/dports/www/firefox-esr/firefox-91.8.0/layout/xul/
H A DnsXULPopupManager.cpp459 for (int32_t l = list.Length() - 1; l >= 0; l--) { in AdjustPopupsOnWindowChange() local
2812 nsresult nsXULPopupManager::KeyPress(KeyboardEvent* aKeyEvent) { in KeyPress() function in nsXULPopupManager
/dports/lang/spidermonkey60/firefox-60.9.0/layout/xul/
H A DnsXULPopupManager.cpp446 for (int32_t l = list.Length() - 1; l >= 0; l--) { in AdjustPopupsOnWindowChange() local
2549 nsresult nsXULPopupManager::KeyPress(KeyboardEvent* aKeyEvent) { in KeyPress() function in nsXULPopupManager
/dports/mail/thunderbird/thunderbird-91.8.0/layout/xul/
H A DnsXULPopupManager.cpp459 for (int32_t l = list.Length() - 1; l >= 0; l--) { in AdjustPopupsOnWindowChange() local
2812 nsresult nsXULPopupManager::KeyPress(KeyboardEvent* aKeyEvent) { in KeyPress() function in nsXULPopupManager
/dports/www/firefox/firefox-99.0/layout/xul/
H A DnsXULPopupManager.cpp530 for (int32_t l = list.Length() - 1; l >= 0; l--) { in AdjustPopupsOnWindowChange() local
2806 nsresult nsXULPopupManager::KeyPress(KeyboardEvent* aKeyEvent) { in KeyPress() function in nsXULPopupManager
/dports/lang/seed7/seed7/src/
H A Dx11_x.h159 #define KeyPress 2 macro
531 long l[5]; member

12