Home
last modified time | relevance | path

Searched refs:whichKey (Results 1 – 9 of 9) sorted by relevance

/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/DPF/examples/SendNote/
H A DSendNoteExampleUI.cpp107 int whichKey = -1; in onMouse() local
108 for (int key = 0; key < 12 && whichKey == -1; ++key) in onMouse()
113 whichKey = key; in onMouse()
116 if (whichKey == -1) in onMouse()
118 if (fKeyState[whichKey] == ev.press) in onMouse()
122 sendNote(0, kNoteOctaveStart+whichKey, ev.press ? kNoteVelocity : 0); in onMouse()
125 fLastKey = whichKey; in onMouse()
126 fKeyState[whichKey] = ev.press; in onMouse()
/dports/graphics/Coin/coin-Coin-4.0.0/src/events/
H A DSoKeyboardEvent.cpp297 SoKeyboardEvent::Key whichKey) in isKeyPressEvent() argument
300 (whichKey == SoKeyboardEvent::ANY || in isKeyPressEvent()
301 coin_assert_cast<const SoKeyboardEvent *>(e)->getKey() == whichKey) && in isKeyPressEvent()
313 SoKeyboardEvent::Key whichKey) in isKeyReleaseEvent() argument
316 (whichKey == SoKeyboardEvent::ANY || in isKeyReleaseEvent()
317 coin_assert_cast<const SoKeyboardEvent *>(e)->getKey() == whichKey) && in isKeyReleaseEvent()
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/modules/core/lib/Storage/
H A DSQLPermanentStorage.php227 * @param string $whichKey
231 public function getKeys($type = null, $key1 = null, $key2 = null, $whichKey = 'type') argument
233 if (!in_array($whichKey, ['key1', 'key2', 'type'], true)) {
240 $data = ['whichKey' => $whichKey];
250 $resarray[] = $value[$whichKey];
/dports/graphics/processing/processing-1.5.1/modes/java/libraries/serial/examples/SerialDuplex/
H A DSerialDuplex.pde15 int whichKey = -1; // Variable to hold keystoke values
38 text("Last Sent: " + whichKey, 10, 100);
48 whichKey = key;
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/modules/core/lib/Storage/
H A DSQLPermanentStorage.php153 public function getKeys($type = null, $key1 = null, $key2 = null, $whichKey = 'type') argument
155 if (!in_array($whichKey, array('key1', 'key2', 'type'), true)) {
162 $data = array('whichKey' => $whichKey);
172 $resarray[] = $value[$whichKey];
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/hdb/
H A Dinput.h64 void assignKey(int whichKey, Common::KeyCode keyPressed) { in assignKey() argument
65 switch (whichKey) { in assignKey()
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/events/
H A DSoKeyboardEvent.h112 static SbBool isKeyPressEvent(const SoEvent * e, Key whichKey);
113 static SbBool isKeyReleaseEvent(const SoEvent * e, Key whichKey);
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpDynamicMatrix.cpp2183 int whichKey = -1; in initialProblem() local
2185 whichKey = maximumGubColumns_ + iSet; in initialProblem()
2188 whichKey = -1; in initialProblem()
2192 assert (getDynamicStatus(j) != soloKey || whichKey == -1); in initialProblem()
2196 whichKey = j; in initialProblem()
2283 if (whichKey<maximumGubColumns_) { in initialProblem()
2322 assert (toIndex_[iSet] >= 0 || whichKey >= 0); in initialProblem()
2323 keyVariable_[iSet] = whichKey; in initialProblem()
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpDynamicMatrix.cpp2147 int whichKey = -1; in initialProblem() local
2149 whichKey = maximumGubColumns_ + iSet; in initialProblem()
2152 whichKey = -1; in initialProblem()
2156 assert(getDynamicStatus(j) != soloKey || whichKey == -1); in initialProblem()
2160 whichKey = j; in initialProblem()
2247 if (whichKey < maximumGubColumns_) { in initialProblem()
2285 assert(toIndex_[iSet] >= 0 || whichKey >= 0); in initialProblem()
2286 keyVariable_[iSet] = whichKey; in initialProblem()