Home
last modified time | relevance | path

Searched refs:handle_press (Results 1 – 19 of 19) sorted by relevance

/dports/audio/ebumeter/ebumeter-0.4.2/source/
H A Dguiclass.cc25 int Pbutt1::handle_press (void) in handle_press() function in Pbutt1
38 int Pbutt2::handle_press (void) in handle_press() function in Pbutt2
H A Dguiclass.h47 virtual int handle_press (void);
72 virtual int handle_press (void);
H A Dbutton.h72 virtual int handle_press (void) = 0;
H A Dbutton.cc94 r = handle_press (); in bpress()
/dports/audio/zita-mu1/zita-mu1-0.3.3/source/
H A Dguiclass.h47 virtual int handle_press (void);
72 virtual int handle_press (void);
H A Dguiclass.cc26 int Pbutt1::handle_press (void) in handle_press() function in Pbutt1
40 int Pbutt2::handle_press (void) in handle_press() function in Pbutt2
H A Dbutton.h74 virtual int handle_press (void) = 0;
H A Dbutton.cc93 r = handle_press (); in bpress()
/dports/audio/zita-at1/zita-at1-0.6.2/source/
H A Dguiclass.h45 virtual int handle_press (void);
66 virtual int handle_press (void);
H A Dguiclass.cc25 int Pbutt0::handle_press (void) in handle_press() function in Pbutt0
38 int Pbutt1::handle_press (void) in handle_press() function in Pbutt1
H A Dbutton.h74 virtual int handle_press (void) = 0;
H A Dbutton.cc93 r = handle_press (); in bpress()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/Config/Mapping/
H A DMappingCommon.cpp158 const auto handle_press = [&](auto& detection) { in BuildExpression() local
202 handle_press(detection); in BuildExpression()
/dports/x11-wm/jewel/jewel-0.12.41/goodies/fspanel/
H A Dfspanel.h86 void handle_press (taskbar * tb, int x, int y);
H A Dfspanel.c945 void handle_press (taskbar * tb, int x, int y) in handle_press() function
1192 handle_press (tb, ev.xbutton.x, ev.xbutton.y); in main()
/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/examplefiles/
H A Dexample.icn88 method handle_press(e)
161 handle_press(e)
/dports/textproc/py-pygments/Pygments-2.7.2/tests/examplefiles/
H A Dexample.icn88 method handle_press(e)
161 handle_press(e)
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/src/
H A Dsubmission.rs108 pub fn handle_press( in handle_press() method
H A Dlayout.rs998 } => submission.handle_press( in handle_press_key()
1007 } => submission.handle_press( in handle_press_key()
1013 Action::Erase => submission.handle_press( in handle_press_key()