Home
last modified time | relevance | path

Searched refs:grab_input (Results 1 – 25 of 36) sorted by relevance

12

/dports/games/lbreakout2/lbreakout2-2.6.5/gui/
H A Dgui_box.c70 int grab_input ) in gui_box_create() argument
87 widget->grab_input = grab_input; in gui_box_create()
H A Dgui_box.h32 int grab_input );
H A Dgui_widget.h134 int grab_input; /* deny event handling to lower roots */ member
H A Dgui.c128 if ( widget->grab_input ) in gui_update_focus()
H A Dgui_widget.c399 if ( widget->grab_input ) { in gui_widget_show()
/dports/games/uhexen/uhexen-0.601/src/
H A Di_sdlvideo.c35 int grab_input; variable
465 grab_input = 0; in VSDL_InitGraphics()
468 grab_input = 1; in VSDL_InitGraphics()
480 if(grab_input == 1) SDL_WM_GrabInput(SDL_GRAB_OFF); in VSDL_ShutdownGraphics()
609 if(grab_input == 1) SDL_WarpMouse(SDLWidth/2,SDLHeight/2); in VSDL_GetEvent()
/dports/games/lbreakout2/lbreakout2-2.6.5/client/
H A Dgame.c409 static void grab_input( int grab ) in grab_input() function
427 grab_input( 1 ); in set_state()
429 grab_input( 0 ); in set_state()
563 grab_input(0); in handle_default_key()
565 grab_input(1); in handle_default_key()
598 grab_input(0); in handle_default_key()
600 grab_input(1); in handle_default_key()
1305 grab_input(0); in client_game_run()
/dports/x11-wm/wayfire/wayfire-0.7.0/plugins/single_plugins/
H A Dmove.cpp69 grab_input(nullptr); in __anona9f10e1b0202()
250 bool grab_input(wayfire_view view) in grab_input() function in wayfire_move
285 if (!grab_input(view)) in initiate()
/dports/multimedia/xawtv/xawtv-3.107/console/
H A Dwebcam.c58 char *grab_input = NULL; variable
310 if (grab_input) { in grab_init()
312 val = ng_attr_getint(attr,grab_input); in grab_init()
314 fprintf(stderr,"invalid input: %s\n",grab_input); in grab_init()
667 grab_input = val; in main()
826 grab_input,grab_norm, grab_quality); in main()
/dports/x11-wm/wayfire/wayfire-0.7.0/src/core/seat/
H A Dinput-manager.hpp57 bool grab_input(wf::plugin_grab_interface_t*);
H A Dinput-manager.cpp170 bool wf::input_manager_t::grab_input(wf::plugin_grab_interface_t *iface) in grab_input() function in wf::input_manager_t
/dports/games/tuxpaint/tuxpaint-0.9.26/src/
H A Dparse.h28 const char *grab_input; member
H A Dparse.gperf113 dontgrab, NEGBOOL(grab_input)
118 grab, POSBOOL(grab_input)
/dports/math/cadabra2/cadabra2-2.3.6.8/frontend/gtkmm/
H A DConsole.hh35 std::string grab_input();
H A DConsole.cc210 std::string Console::grab_input() in grab_input() function in Console
/dports/x11-wm/wayfire/wayfire-0.7.0/src/core/
H A Dplugin.cpp36 return wf::get_core_impl().input->grab_input(this); in grab()
H A Dcore.cpp548 input->grab_input(iface); in focus_output()
/dports/multimedia/xawtv/xawtv-3.107/todo/tmohan/
H A Dwebcam.c85 char *grab_input = NULL; variable
394 if (grab_input) in grab_init()
397 val = ng_attr_getint (attr, grab_input); in grab_init()
400 fprintf (stderr, "invalid input: %s\n", grab_input); in grab_init()
1305 grab_input = val; in main()
1482 grab_input, grab_norm, grab_quality); in main()
/dports/devel/p5-SDL/SDL-2.548/lib/pods/SDLx/
H A DApp.pod125 =head2 grab_input( $CONSTANT )
127 C<SDLx::App::grab_input> can be used to change the input focus behavior of
/dports/x11-wm/xfce4-session/xfce4-session-4.16.0/xfce4-session/
H A Dxfsm-logout-dialog.c691 gboolean grab_input) in xfsm_logout_dialog_run() argument
698 if (grab_input) in xfsm_logout_dialog_run()
730 if (grab_input) in xfsm_logout_dialog_run()
/dports/devel/p5-SDL/SDL-2.548/lib/SDLx/
H A DApp.pm195 sub grab_input { subroutine
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/words/xish/
H A Dxpathparser.g257 def grab_input(self):
277 self.grab_input()
294 self.grab_input()
/dports/devel/p5-Devel-NYTProf/Devel-NYTProf-6.10/
H A DFileHandle.xs244 grab_input(NYTP_file ifile) { in grab_input() function
346 grab_input(ifile); in NYTP_read_unchecked()
413 grab_input(ifile); in NYTP_gets()
/dports/devel/p5-SDL/SDL-2.548/
H A DCHANGELOG28 - SDLx::App updated methods resize, title, icon, error, show_cursor, grab_input [Blaizer]
700 - Fixed wrong spelling of XS call to SDL::App::grab_input function
/dports/lang/vala/vala-0.48.18/vapi/
H A Dsdl.vapi375 public static GrabMode grab_input(GrabMode mode);

12