Home
last modified time | relevance | path

Searched refs:handle_keypress (Results 1 – 25 of 69) sorted by relevance

123

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Widkit/Basic/
H A Dsimple_wk_widget.cpp42 simple_widget_rep::handle_keypress (string key, time_t t) { in handle_keypress() function in simple_widget_rep
91 simple_widget_rep::handle_keypress (keypress_event ev) { in handle_keypress() function in simple_widget_rep
92 handle_keypress (ev->key, ev->t); in handle_keypress()
H A Dbasic_widget.cpp156 basic_widget_rep::handle_keypress (keypress_event ev) { (void) ev; } in handle_keypress() function in basic_widget_rep
311 handle_keypress (ev); in handle()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Widkit/
H A Dsimple_wk_widget.hpp24 virtual void handle_keypress (string key, time_t t);
34 void handle_keypress (keypress_event ev);
H A Dbasic_widget.hpp44 virtual void handle_keypress (keypress_event ev);
/dports/games/avp/avp-20170505/src/
H A Dmain.c895 static void handle_keypress(int key, int unicode, int press) in handle_keypress() function
1011 handle_keypress(KeySymToKey(event.key.keysym.sym), event.key.keysym.unicode, 1); in CheckForWindowsMessages()
1019 handle_keypress(KeySymToKey(event.key.keysym.sym), 0, 0); in CheckForWindowsMessages()
1033 handle_keypress(KEY_LMOUSE, 0, 1); in CheckForWindowsMessages()
1035 handle_keypress(KEY_LMOUSE, 0, 0); in CheckForWindowsMessages()
1037 handle_keypress(KEY_MMOUSE, 0, 1); in CheckForWindowsMessages()
1039 handle_keypress(KEY_MMOUSE, 0, 0); in CheckForWindowsMessages()
1041 handle_keypress(KEY_RMOUSE, 0, 1); in CheckForWindowsMessages()
1043 handle_keypress(KEY_RMOUSE, 0, 0); in CheckForWindowsMessages()
H A Dmain2.c1228 static void handle_keypress(int key, int unicode, int press) in handle_keypress() function
1307 handle_keypress(KEY_MOUSEWHEELDOWN, 0, 1); in CheckForWindowsMessages()
1309 handle_keypress(KEY_MOUSEWHEELUP, 0, 1); in CheckForWindowsMessages()
1327 handle_keypress(KeySymToKey(event.key.keysym.sym), 0, 1); in CheckForWindowsMessages()
1335 handle_keypress(KeySymToKey(event.key.keysym.sym), 0, 0); in CheckForWindowsMessages()
1372 handle_keypress(KEY_LMOUSE, 0, 1); in CheckForWindowsMessages()
1374 handle_keypress(KEY_LMOUSE, 0, 0); in CheckForWindowsMessages()
1376 handle_keypress(KEY_MMOUSE, 0, 1); in CheckForWindowsMessages()
1378 handle_keypress(KEY_MMOUSE, 0, 0); in CheckForWindowsMessages()
1380 handle_keypress(KEY_RMOUSE, 0, 1); in CheckForWindowsMessages()
[all …]
/dports/deskutils/py-autokey/autokey-0.95.10/lib/autokey/iomediator/
H A D_keygrabber.py25 def handle_keypress(self, rawKey, modifiers, key, *args): member in KeyGrabber
92 def handle_keypress(self, rawKey, modifiers, key, *args): member in Recorder
H A D_windowgrabber.py35 def handle_keypress(self, rawKey, modifiers, key, *args): member in WindowGrabber
H A D_waiter.py25 def handle_keypress(self, rawKey, modifiers, key, *args): member in Waiter
H A D_iomediator.py94 def handle_keypress(self, keyCode, window_info): member in IoMediator
114 target.handle_keypress(rawKey, modifiers, key, window_info)
/dports/x11-wm/pwm/pwm-20070720/
H A Dkey.h16 extern void handle_keypress(XKeyEvent *ev);
H A Dkey.c15 void handle_keypress(XKeyEvent *ev) in handle_keypress() function
H A Devent.c140 handle_keypress(&(ev->xkey)); in handle_event()
667 handle_keypress(&(ev.xkey)); in keyboard_handler()
/dports/x11/workrave/workrave-1.10.44/backend/src/unix/
H A DX11InputMonitor.cc228 handle_keypress(&event); in run()
318 X11InputMonitor::handle_keypress(XEvent *event) in handle_keypress() function in X11InputMonitor
H A DX11InputMonitor.hh66 void handle_keypress(XEvent *event);
/dports/irc/epic5/epic5-2.1.6/include/
H A Dkeys.h12 void * handle_keypress (void *, Timeval, u_32int_t, int);
/dports/irc/epic4/epic4-2.10.9/include/
H A Dkeys.h46 struct Key *handle_keypress (struct Key *, struct timeval,
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Cocoa/
H A Daqua_simple_widget.h25 virtual void handle_keypress (string key, time_t t);
H A DTMView.mm358 wid -> handle_keypress (s, texmacs_time());
414 wid -> handle_keypress (r, texmacs_time());
426 wid -> handle_keypress (s, texmacs_time());
583 wid -> handle_keypress (s, texmacs_time());
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/skins/
H A Dplaylist-widget.h51 bool handle_keypress (GdkEventKey * event);
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/skins-qt/
H A Dplaylist-widget.h51 bool handle_keypress (QKeyEvent * event);
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Qt/
H A Dqt_simple_widget.hpp57 virtual void handle_keypress (string key, time_t t);
/dports/devel/py-spyder/spyder-3.2.7/spyder/widgets/
H A Dcomboboxes.py54 self.presstimer = QTimer.singleShot(400, self.handle_keypress)
74 def handle_keypress(self): member in BaseComboBox
/dports/deskutils/py-autokey/autokey-0.95.10/test/
H A Dinterfacetest.py67 def handle_keypress(self, key): member in MockService
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/tweak_book/completion/
H A Dpopup.py178 def handle_keypress(self, ev): member in ChoosePopupWidget
199 ret = self.handle_keypress(ev)

123