Home
last modified time | relevance | path

Searched refs:keypress_callback (Results 1 – 11 of 11) sorted by relevance

/dports/devel/emscripten/emscripten-2.0.3/tests/
H A Dkeydown_preventdefault_proxy.cpp32 EM_BOOL keypress_callback(int eventType, const EmscriptenKeyboardEvent *e, void *userData) in keypress_callback() function
56 emscripten_set_keypress_callback(EMSCRIPTEN_EVENT_TARGET_DOCUMENT, 0, 1, keypress_callback); in main()
/dports/graphics/py-geomdl/geomdl-5.2.10/geomdl/visualization/
H A DVisVTK.py48 def keypress_callback(self, obj, ev): member in VisConfig
170 dict(KeyPressEvent=(self.vconf.keypress_callback, 1.0)),
245 dict(KeyPressEvent=(self.vconf.keypress_callback, 1.0)),
297 dict(KeyPressEvent=(self.vconf.keypress_callback, 1.0)),
349 dict(KeyPressEvent=(self.vconf.keypress_callback, 1.0)),
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/dialogs/
H A Dscreenshot_notification.cpp91 connect_signal_pre_key_press(path_box, std::bind(&screenshot_notification::keypress_callback, this, in pre_show()
153 void screenshot_notification::keypress_callback(bool& handled, SDL_Keycode key) in keypress_callback() function in gui2::dialogs::screenshot_notification
H A Dscreenshot_notification.hpp49 void keypress_callback(bool& handled, const SDL_Keycode key);
/dports/audio/denemo/denemo-2.0.6/src/ui/
H A Dmarkup.c231 static gboolean keypress_callback (G_GNUC_UNUSED GtkWidget * w, GdkEventKey * event, GtkWidget *tex… in keypress_callback() function
335 …widget_opt (Denemo.project, title, instruction, initial_value, hbox, modal, keypress_callback); in get_user_markup()
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dutils.h154 …har * wlabel, gchar * direction, gchar * PreValue, GtkWidget * widget, gpointer keypress_callback);
156 …har * direction, gchar * PreValue, GtkWidget * widget, gboolean modal, gpointer keypress_callback);
H A Dutils.c2217 …char * direction, gchar * PreValue, GtkWidget * widget, gboolean modal, gpointer keypress_callback) in string_dialog_editor_with_widget_opt() argument
2230 if(keypress_callback) in string_dialog_editor_with_widget_opt()
2231 …g_signal_connect (G_OBJECT (textview), "key-press-event", G_CALLBACK (keypress_callback), textbuff… in string_dialog_editor_with_widget_opt()
2292 …char * wlabel, gchar * direction, gchar * PreValue, GtkWidget * widget, gpointer keypress_callback) in string_dialog_editor_with_widget() argument
2294 …_dialog_editor_with_widget_opt (gui, wlabel, direction, PreValue, widget, TRUE, keypress_callback); in string_dialog_editor_with_widget()
/dports/devel/godot-tools/godot-3.2.3-stable/platform/javascript/
H A Dos_javascript.h80 …static EM_BOOL keypress_callback(int p_event_type, const EmscriptenKeyboardEvent *p_event, void *p…
H A Dos_javascript.cpp304 EM_BOOL OS_JavaScript::keypress_callback(int p_event_type, const EmscriptenKeyboardEvent *p_event, … in keypress_callback() function in OS_JavaScript
1047 SET_EM_CALLBACK(id.get_data(), keypress, keypress_callback) in initialize()
/dports/devel/godot/godot-3.2.3-stable/platform/javascript/
H A Dos_javascript.h80 …static EM_BOOL keypress_callback(int p_event_type, const EmscriptenKeyboardEvent *p_event, void *p…
H A Dos_javascript.cpp304 EM_BOOL OS_JavaScript::keypress_callback(int p_event_type, const EmscriptenKeyboardEvent *p_event, … in keypress_callback() function in OS_JavaScript
1047 SET_EM_CALLBACK(id.get_data(), keypress, keypress_callback) in initialize()