Home
last modified time | relevance | path

Searched refs:_keymod (Results 1 – 22 of 22) sorted by relevance

/dports/audio/ebumeter/ebumeter-0.4.2/source/
H A Dbutton.cc25 int PushButton::_keymod = 0; member in PushButton
92 _keymod = E->state; in bpress()
107 _keymod = E->state; in brelse()
H A Dbutton.h75 static int _keymod; variable
/dports/audio/zita-mu1/zita-mu1-0.3.3/source/
H A Dbutton.cc24 int PushButton::_keymod = 0; member in PushButton
91 _keymod = E->state; in bpress()
106 _keymod = E->state; in brelse()
H A Dbutton.h50 static int keymod (void) { return _keymod; } in keymod()
77 static int _keymod; variable
H A Drotary.cc33 int RotaryCtl::_keymod = 0;
116 _keymod = E->state;
158 _keymod = E->state;
H A Drotary.h91 static int _keymod; variable
H A Dguiclass.cc111 if (! (_keymod & ShiftMask)) dw *= 5; in handle_mwheel()
/dports/audio/zita-at1/zita-at1-0.6.2/source/
H A Dbutton.cc24 int PushButton::_keymod = 0; member in PushButton
91 _keymod = E->state; in bpress()
106 _keymod = E->state; in brelse()
H A Dbutton.h50 static int keymod (void) { return _keymod; } in keymod()
77 static int _keymod; variable
H A Drotary.cc33 int RotaryCtl::_keymod = 0; member in RotaryCtl
116 _keymod = E->state; in bpress()
158 _keymod = E->state; in motion()
H A Dguiclass.cc97 if (! (_keymod & ShiftMask)) dw *= _dd; in handle_mwheel()
163 if (! (_keymod & ShiftMask)) dw *= _dd; in handle_mwheel()
H A Drotary.h91 static int _keymod; variable
/dports/audio/zita-bls1/zita-bls1-0.3.3/source/
H A Drotary.cc33 int RotaryCtl::_keymod = 0;
116 _keymod = E->state;
158 _keymod = E->state;
H A Dguiclass.cc72 if (! (_keymod & ShiftMask)) dw *= _dd; in handle_mwheel()
138 if (! (_keymod & ShiftMask)) dw *= _dd; in handle_mwheel()
H A Drotary.h91 static int _keymod; variable
/dports/audio/zita-rev1/zita-rev1-0.2.2/source/
H A Drotary.cc33 int RotaryCtl::_keymod = 0;
116 _keymod = E->state;
158 _keymod = E->state;
H A Dguiclass.cc71 if (! (_keymod & ShiftMask)) dw *= _dd; in handle_mwheel()
137 if (! (_keymod & ShiftMask)) dw *= _dd; in handle_mwheel()
H A Drotary.h91 static int _keymod; variable
/dports/audio/zita-dpl1/zita-dpl1-0.3.3/source/
H A Drotary.cc33 int RotaryCtl::_keymod = 0; member in RotaryCtl
116 _keymod = E->state; in bpress()
158 _keymod = E->state; in motion()
H A Dguiclass.cc71 if (! (_keymod & ShiftMask)) dw *= _dd;
137 if (! (_keymod & ShiftMask)) dw *= _dd;
H A Drotary.h91 static int _keymod; variable
/dports/x11/stjerm/stjerm-0.18/src/
H A Dconfig.c67 static GdkModifierType _keymod; variable
357 _keymod = GDK_CONTROL_MASK | GDK_SHIFT_MASK; in init_default_values()
464 _keymod = tmp; in read_value()
850 return _keymod; in conf_get_key_mod()