Home
last modified time | relevance | path

Searched +defs:KeyPress +defs:s (Results 1 – 25 of 72) sorted by relevance

123

/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dkeycode.cpp34 UnknownKeycode(const char *s) : in UnknownKeycode()
259 KeyPress::KeyPress() : in KeyPress() function in KeyPress
264 KeyPress::KeyPress(const char *name) in KeyPress() function in KeyPress
298 KeyPress::KeyPress(const irr::SEvent::SKeyInput &in, bool prefer_character) in KeyPress() function in KeyPress
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/keyboard/
H A Djuce_KeyPress.cpp29 KeyPress::KeyPress (int code, ModifierKeys m, juce_wchar textChar) noexcept in KeyPress() function in juce::KeyPress
34 KeyPress::KeyPress (const int code) noexcept : keyCode (code) in KeyPress() function in juce::KeyPress
277 auto s = getTextDescription(); in getTextDescriptionWithIcons() local
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/keyboard/
H A Djuce_KeyPress.cpp29 KeyPress::KeyPress (int code, ModifierKeys m, juce_wchar textChar) noexcept in KeyPress() function in juce::KeyPress
34 KeyPress::KeyPress (const int code) noexcept : keyCode (code) in KeyPress() function in juce::KeyPress
277 auto s = getTextDescription(); in getTextDescriptionWithIcons() local
/dports/games/minetest/minetest-5.4.1/src/client/
H A Dkeycode.cpp32 UnknownKeycode(const char *s) : in UnknownKeycode()
284 KeyPress::KeyPress(const char *name) in KeyPress() function in KeyPress
323 KeyPress::KeyPress(const irr::SEvent::SKeyInput &in, bool prefer_character) in KeyPress() function in KeyPress
/dports/multimedia/shotcut/shotcut-21.03.21/src/widgets/
H A Dfixx11h.h111 const int KeyPress = XKeyPress; variable
258 const char* Xindex( const char* s, int c ) in Xindex()
264 const char* index( const char* s, int c ) in index()
278 const char* Xrindex( const char* s, int c ) in Xrindex()
284 const char* rindex( const char* s, int c ) in rindex()
/dports/devel/kf5-kidletime/kidletime-5.89.0/src/plugins/xsync/
H A Dfixx11h.h89 const int KeyPress = XKeyPress; variable
246 inline const char *Xindex(const char *s, int c) in Xindex()
251 inline const char *index(const char *s, int c) in index()
264 inline const char *Xrindex(const char *s, int c) in Xrindex()
269 inline const char *rindex(const char *s, int c) in rindex()
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/src/platforms/xcb/
H A Dfixx11h.h89 const int KeyPress = XKeyPress; variable
246 inline const char *Xindex(const char *s, int c) in Xindex()
251 inline const char *index(const char *s, int c) in index()
264 inline const char *Xrindex(const char *s, int c) in Xrindex()
269 inline const char *rindex(const char *s, int c) in rindex()
/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
109 const char *s = chewing_commit_String( im ); in Redraw() local
118 const char *s= chewing_buffer_String( im ); in Redraw() local
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
109 const char *s = chewing_commit_String( im ); in Redraw() local
118 const char *s= chewing_buffer_String( im ); in Redraw() local
180 virtual int initialize(OVDictionary* l, OVService* s, const char* modulePath) { in initialize()
/dports/net-mgmt/kismet/kismet-2016-07-R1/
H A Dkis_panel_widgets.cc247 int s = 0; in RemapAllColors() local
1413 int Kis_Menu::KeyPress(int in_key) { in KeyPress() function in Kis_Menu
1869 int Kis_Free_Text::KeyPress(int in_key) { in KeyPress() function in Kis_Free_Text
1982 int Kis_Status_Text::KeyPress(int in_key) { in KeyPress() function in Kis_Status_Text
2048 int Kis_Field_List::KeyPress(int in_key) { in KeyPress() function in Kis_Field_List
2528 int Kis_Single_Input::KeyPress(int in_key) { in KeyPress() function in Kis_Single_Input
2693 int Kis_Button::KeyPress(int in_key) { in KeyPress() function in Kis_Button
2776 int Kis_Checkbox::KeyPress(int in_key) { in KeyPress() function in Kis_Checkbox
2871 int Kis_Radiobutton::KeyPress(int in_key) { in KeyPress() function in Kis_Radiobutton
2960 int Kis_IntGraph::KeyPress(int in_key) { in KeyPress() function in Kis_IntGraph
[all …]
H A Dkis_panel_preferences.cc113 int Kis_ColorPref_Component::KeyPress(int in_key) { in KeyPress() function in Kis_ColorPref_Component
135 string s = StrLower(in_color); in SetColor() local
537 int Kis_OrderlistPref_Component::KeyPress(int in_key) { in KeyPress() function in Kis_OrderlistPref_Component
/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
113 const char *s = im->CommitStr(); in Redraw() local
138 char s[64]; in CandidateWindow() local
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
111 const char *s = im->CommitStr(); in Redraw() local
136 char s[64]; in CandidateWindow() local
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
111 const char *s = im->CommitStr(); in Redraw() local
136 char s[64]; in CandidateWindow() local
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
113 const char *s = im->CommitStr(); in Redraw() local
138 char s[64]; in CandidateWindow() local
179 virtual int initialize(OVDictionary* l, OVService* s, const char* modulePath) { in initialize()
/dports/devel/upp/upp/uppsrc/Turtle/
H A DEvent.cpp115 String s = websocket.Receive(); in IsWaitingEvent() local
130 String s = ss.GetLine(); 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/OVIMSpaceChewing/
H A DOVIMSpaceChewing.cpp64 char *s = (char *) calloc( in chewing_buffer_String_old() local
114 void KeyPress(OVKeyCode *key, OVBuffer *buf, OVCandidate *textbar, OVService *srv) in KeyPress() function in OVIMSpaceChewingContext
168 const char *s = chewing_commit_String( im ); in Redraw() local
216 char s[64]; in CandidateWindow() local
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.cpp64 char *s = (char *) calloc( in chewing_buffer_String_old() local
114 void KeyPress(OVKeyCode *key, OVBuffer *buf, OVCandidate *textbar, OVService *srv) in KeyPress() function in OVIMSpaceChewingContext
168 const char *s = chewing_commit_String( im ); in Redraw() local
216 char s[64]; in CandidateWindow() local
260 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
108 const char *s = chewing_commit_String( im ); in Redraw() local
141 char s[64]; in CandidateWindow() local
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
108 const char *s = chewing_commit_String( im ); in Redraw() local
141 char s[64]; in CandidateWindow() local
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/devel/hs-darcs/darcs-2.16.4/src/Darcs/UI/
H A DSelectChanges.hs407 data KeyPress = KeyPress { kp :: Char type
714 splitCurrent s = do function
/dports/devel/clazy/clazy-1.5/src/checks/level0/
H A Dwrong-qevent-cast.cpp84 KeyPress = 6, enumerator
211 Stmt *s = pmap->getParent(stmt); in getCaseStatement() local
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DDropDownList.cpp531 void ModalListPicker::KeyPress(Key key, std::uint32_t key_code_point, Flags<ModKey> mod_keys) in KeyPress() function in ModalListPicker
853 void DropDownList::SetStyle(Flags<ListBoxStyle> s) in SetStyle()
910 void DropDownList::KeyPress(Key key, std::uint32_t key_code_point, Flags<ModKey> mod_keys) in KeyPress() function in DropDownList
/dports/devel/qmake/qt-x11-free-3.3.8/src/kernel/
H A Dqevent.h69 KeyPress = 6, // key pressed enumerator
196 ushort s; variable
225 ushort s; variable
294 ushort k, s; variable
455 ushort s; variable
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/GUI/
H A DView.cpp635 void View::SetFrameSize(const Size& s) in SetFrameSize()
701 bool View::KeyPress(const KeyboardEvent& key, unsigned short mod) in KeyPress() function in GemRB::View

123