Home
last modified time | relevance | path

Searched refs:handle_button (Results 1 – 25 of 80) sorted by relevance

1234

/dports/devel/upp/upp/reference/LinuxFb/
H A DProc.cpp72 void handle_button(dword ct, dword mouseb, dword bm, int i, in handle_button() function
152handle_button(ct, mouseb, bm, 0, Ctrl::LEFTDOWN, Ctrl::LEFTREPEAT, Ctrl::LEFTDOUBLE, Ctrl::LEFTUP); in handle_mouse()
153handle_button(ct, mouseb, bm, 1, Ctrl::RIGHTDOWN, Ctrl::RIGHTREPEAT, Ctrl::RIGHTDOUBLE, Ctrl::RIGH… in handle_mouse()
154handle_button(ct, mouseb, bm, 2, Ctrl::MIDDLEDOWN, Ctrl::MIDDLEREPEAT, Ctrl::MIDDLEDOUBLE, Ctrl::M… in handle_mouse()
/dports/emulators/joytran/joytran-0.9.5.2/src/
H A Devent_loop.c36 handle_button(joys[i], i, event.jbutton.button, 1); in event_loop()
40 handle_button(joys[i], i, event.jbutton.button, 0); in event_loop()
H A Dhandle_events.h12 void handle_button(SDL_Joystick *joy, int id, int button, int press);
/dports/audio/zita-dpl1/zita-dpl1-0.3.3/source/
H A Dguiclass.h49 virtual int handle_button (void);
83 virtual int handle_button (void);
H A Dguiclass.cc59 int Rlinctl::handle_button (void)
125 int Rlogctl::handle_button (void)
/dports/audio/zita-rev1/zita-rev1-0.2.2/source/
H A Dguiclass.h49 virtual int handle_button (void);
83 virtual int handle_button (void);
H A Dguiclass.cc59 int Rlinctl::handle_button (void) in handle_button() function in Rlinctl
125 int Rlogctl::handle_button (void) in handle_button() function in Rlogctl
/dports/audio/zita-bls1/zita-bls1-0.3.3/source/
H A Dguiclass.h50 virtual int handle_button (void);
84 virtual int handle_button (void);
H A Dguiclass.cc60 int Rlinctl::handle_button (void) in handle_button() function in Rlinctl
126 int Rlogctl::handle_button (void) in handle_button() function in Rlogctl
/dports/x11-wm/wayfire/wayfire-0.7.0/src/core/seat/
H A Dtablet.hpp42 void handle_button(wlr_event_tablet_tool_button *ev);
84 void handle_button(wlr_event_tablet_tool_button *ev,
H A Dtablet.cpp239 void wf::tablet_tool_t::handle_button(wlr_event_tablet_tool_button *ev) in handle_button() function in wf::tablet_tool_t
302 handled_in_binding |= input->get_active_bindings().handle_button( in handle_tip()
362 void wf::tablet_t::handle_button(wlr_event_tablet_tool_button *ev, in handle_button() function in wf::tablet_t
366 ensure_tool(ev->tool)->handle_button(ev); in handle_button()
/dports/audio/zita-at1/zita-at1-0.6.2/source/
H A Dguiclass.h92 virtual int handle_button (void);
126 virtual int handle_button (void);
H A Dguiclass.cc85 int Rlinctl::handle_button (void) in handle_button() function in Rlinctl
151 int Rlogctl::handle_button (void) in handle_button() function in Rlogctl
/dports/x11-wm/sway/sway-1.5.1/sway/input/
H A Dseatop_move_floating.c22 static void handle_button(struct sway_seat *seat, uint32_t time_msec, in handle_button() function
54 .button = handle_button,
H A Dseatop_resize_tiling.c22 static void handle_button(struct sway_seat *seat, uint32_t time_msec, in handle_button() function
69 .button = handle_button,
H A Dseatop_down.c30 static void handle_button(struct sway_seat *seat, uint32_t time_msec, in handle_button() function
83 .button = handle_button,
/dports/games/tanks-of-freedom/Tanks-of-Freedom-0.7.0-beta/scripts/
H A Dpandora_input.gd9 self.handle_button(event)
11 func handle_button(event):
/dports/cad/horizon-eda/horizon-2.1.0/src/widgets/
H A Dlocation_entry.cpp51 button->signal_clicked().connect(sigc::mem_fun(*this, &LocationEntry::handle_button)); in LocationEntry()
66 void LocationEntry::handle_button() in handle_button() function in horizon::LocationEntry
/dports/x11/workrave/workrave-1.10.44/backend/src/unix/
H A DX11InputMonitor.cc237 handle_button(&event); in run()
333 X11InputMonitor::handle_button(XEvent *event) in handle_button() function in X11InputMonitor
H A DX11InputMonitor.hh72 void handle_button(XEvent *event);
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_File_Input.cxx205 return handle_button(event); in handle()
229 Fl_File_Input::handle_button(int event) // I - Event in handle_button() function in Fl_File_Input
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_File_Input.cxx208 return handle_button(event); in handle()
228 Fl_File_Input::handle_button(int event) // I - Event in handle_button() function in Fl_File_Input
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_File_Input.cxx214 return handle_button(event); in handle()
238 Fl_File_Input::handle_button(int event) // I - Event in handle_button() function in Fl_File_Input
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_File_Input.cxx214 return handle_button(event); in handle()
238 Fl_File_Input::handle_button(int event) // I - Event in handle_button() function in Fl_File_Input
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/FL/
H A DFl_File_Input.H44 int handle_button(int event);

1234