Home
last modified time | relevance | path

Searched defs:key_press (Results 1 – 25 of 245) sorted by relevance

12345678910

/dports/graphics/wings/wings-8d019ebe48/plugins_src/commands/
H A Dwpc_inset.erl177 key_press($1,inset_faces,Mode,relative,Stop,_) -> function
179 key_press($2,inset_faces,Mode,relative,Stop,_) -> function
181 key_press($1,inset_faces,_,absolute,Stop,_) -> function
183 key_press($2,inset_faces,_,absolute,Stop,_) -> function
185 key_press(_,_,_,_,_,_) -> none. function
187 key_press($1,Type,_,Norm) -> {Type,average,Norm}; function
188 key_press($2,Type,_,Norm) -> {Type,along_edges,Norm}; function
189 key_press($3,offset_region,_,Norm) -> {offset_region,scaled,Norm}; function
190 key_press(_,_,_,_) -> none. function
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/tools/
H A Ddebug_vt100_input.py15 def callback(key_press): argument
/dports/games/xspringies/xspringies-1.12/
H A Dkeypress.c27 void key_press(key, ksym, win) in key_press() function
/dports/misc/broot/broot-1.7.0/cargo-crates/xcb-0.10.1/examples/
H A Ddrawing.rs110 let key_press: &xcb::KeyPressEvent = unsafe { xcb::cast_event(&event) }; in main() localVariable
H A Dthreaded_window.rs107 let key_press: &xcb::KeyPressEvent = unsafe { xcb::cast_event(&event) }; in main() localVariable
H A Dbasic_window.rs91 let key_press: &xcb::KeyPressEvent = unsafe { xcb::cast_event(&event) }; in main() localVariable
/dports/games/freedoko/FreeDoko_0.7.19/src/ui/gtkmm/
H A Dgame_review.cpp127 GameReview::key_press(GdkEventKey const* const key) in key_press() function in UI_GTKMM_NS::GameReview
H A Dlast_trick.cpp233 LastTrick::key_press(GdkEventKey* const key) in key_press() function in UI_GTKMM_NS::LastTrick
/dports/games/vamos/vamos-0.7.1/caelum/
H A DSky.cc54 Sky::key_press (int key) in key_press() function in Sky
/dports/x11/polybar/polybar-3.5.7/lib/xpp/src/tests/
H A Drequests.cpp196 typedef xpp::x::event::key_press<connection &> key_press; typedef
208 void handle(const x::key_press &) {} in handle()
215 void handle(const x::key_press &) {} in handle()
H A Dresource.cpp32 typedef xpp::x::event::key_press<connection &> key_press; typedef
/dports/editors/cooledit/cooledit-3.17.28/widget/
H A Dinternational.c240 unsigned char get_international_character (unsigned char key_press) in get_international_character()
/dports/misc/gpsim/gpsim-0.31.0/gui/
H A Dgui_src.cc40 key_press(GtkWidget *, GdkEventKey *key, gpointer data) in key_press() function
/dports/x11-wm/awesome/awesome-4.3/tests/examples/shims/
H A Droot.lua94 key_press = function(key) function
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dfloating_text_entry.cc118 FloatingTextEntry::key_press (GdkEventKey* ev) in key_press() function in FloatingTextEntry
/dports/devel/geany-legacy/geany-1.37.1/doc/
H A Dpluginsignals.c292 signal gboolean (*key_press)(GObject *obj, GdkEventKey *key, gpointer user_data); variable
/dports/devel/geany/geany-1.38/doc/
H A Dpluginsignals.c292 signal gboolean (*key_press)(GObject *obj, GdkEventKey *key, gpointer user_data); variable
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/egl/openvg/trivial/
H A Ddash.c63 static int key_press(unsigned key) in key_press() function
H A Dstroke.c66 static int key_press(unsigned key) in key_press() function
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/egl/openvg/trivial/
H A Dstroke.c66 static int key_press(unsigned key) in key_press() function
H A Ddash.c63 static int key_press(unsigned key) in key_press() function
/dports/misc/vxl/vxl-3.3.2/core/vgui/
H A Dvgui_function_tableau.h57 void key_press(function f) {key_press_ = f;} in key_press() function
/dports/x11/cinnamon/cinnamon-4.8.6/files/usr/local/share/cinnamon/cinnamon-settings/bin/
H A Deyedropper.py70 def key_press(self, widget, event): member in EyeDropper
/dports/korean/hpscat/ked/
H A Dinput_dialog.c35 static void key_press(XEvent* event, void* arg) in key_press() function
/dports/www/moodle311/moodle/lib/behat/form_field/
H A Dbehat_form_field.php117 public function key_press($char, $modifier = null) { function in behat_form_field

12345678910