Home
last modified time | relevance | path

Searched refs:keyRepeat (Results 1 – 25 of 91) sorted by relevance

1234

/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/server/
H A Dkeyboard_pool.cpp50 return keyRepeat; in get_repeat_info()
60 keyboard->repeatInfo(keyRepeat.rate, keyRepeat.delay); in create_device()
188 keyRepeat.rate = qMax(charactersPerSecond, 0); in set_repeat_info()
189 keyRepeat.delay = qMax(delay, 0); in set_repeat_info()
191 device->repeatInfo(keyRepeat.rate, keyRepeat.delay); in set_repeat_info()
/dports/x11/plasma5-kwayland-server/kwayland-server-5.23.5/src/server/
H A Dkeyboard_interface.cpp35 send_repeat_info(resource->handle, keyRepeat.charactersPerSecond, keyRepeat.delay); in keyboard_bind_resource()
227 d->keyRepeat.charactersPerSecond = qMax(charactersPerSecond, 0); in setRepeatInfo()
228 d->keyRepeat.delay = qMax(delay, 0); in setRepeatInfo()
232 …d->send_repeat_info(keyboardResource->handle, d->keyRepeat.charactersPerSecond, d->keyRepeat.delay… in setRepeatInfo()
244 return d->keyRepeat.delay; in keyRepeatDelay()
249 return d->keyRepeat.charactersPerSecond; in keyRepeatRate()
H A Dkeyboard_interface_p.h45 } keyRepeat; variable
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Support/include/
H A DofxsInteract.h182 virtual bool keyRepeat(const KeyArgs &args) = 0;
285 virtual bool keyRepeat(const KeyArgs &args);
340 virtual bool keyRepeat(const KeyArgs &args) { in keyRepeat() function
341 return InteractHelper1::keyRepeat(args); in keyRepeat()
393 virtual bool keyRepeat(const KeyArgs &args) { in keyRepeat() function
394 return InteractHelper1::keyRepeat(args) || InteractHelper2::keyRepeat(args); in keyRepeat()
448 virtual bool keyRepeat(const KeyArgs &args) { in keyRepeat() function
449 …return InteractHelper1::keyRepeat(args) || InteractHelper2::keyRepeat(args) || InteractHelper3::ke… in keyRepeat()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Support/include/
H A DofxsInteract.h182 virtual bool keyRepeat(const KeyArgs &args) = 0;
285 virtual bool keyRepeat(const KeyArgs &args);
340 virtual bool keyRepeat(const KeyArgs &args) { in keyRepeat() function
341 return InteractHelper1::keyRepeat(args); in keyRepeat()
393 virtual bool keyRepeat(const KeyArgs &args) { in keyRepeat() function
394 return InteractHelper1::keyRepeat(args) || InteractHelper2::keyRepeat(args); in keyRepeat()
448 virtual bool keyRepeat(const KeyArgs &args) { in keyRepeat() function
449 …return InteractHelper1::keyRepeat(args) || InteractHelper2::keyRepeat(args) || InteractHelper3::ke… in keyRepeat()
/dports/games/spring/spring_98.0/cont/base/springcontent/LuaHandler/Utilities/
H A Dactions.lua49 local keyRepeat = (types:find("R") ~= nil)
51 return text, keyPress, keyRepeat, keyRelease
161 local text, keyPress, keyRepeat, keyRelease = ParseTypes(types, "tp")
167 if (keyRepeat) then RSuccess = InsertAction(keyRepeatActions, cmd, addon, func, data) end
184 local text, keyPress, keyRepeat, keyRelease = ParseTypes(types, "tpRr")
190 if (keyRepeat) then RSuccess = RemoveAction(keyRepeatActions, addon, cmd) end
/dports/games/spring/spring_98.0/cont/LuaUI/
H A Dactions.lua31 local keyRepeat = (string.find(types, "R") ~= nil)
33 return text, keyPress, keyRepeat, keyRelease
75 local text, keyPress, keyRepeat, keyRelease = ParseTypes(types, "tpRr")
81 if (keyRepeat) then RSuccess = add(self.keyRepeatActions) end
138 local text, keyPress, keyRepeat, keyRelease = ParseTypes(types, "tpRr")
144 if (keyRepeat) then RSuccess = remove(self.keyRepeatActions) end
/dports/sysutils/barrier/barrier-2.3.3/src/lib/server/
H A DClientProxy1_4.cpp52 ClientProxy1_4::keyRepeat(KeyID key, KeyModifierMask mask, SInt32 count, KeyButton button) in keyRepeat() function in ClientProxy1_4
54 ClientProxy1_3::keyRepeat(key, mask, count, button); in keyRepeat()
H A DClientProxy1_1.h31 virtual void keyRepeat(KeyID, KeyModifierMask,
H A DClientProxy1_4.h42 virtual void keyRepeat(KeyID key, KeyModifierMask mask, SInt32 count, KeyButton button);
H A DClientProxy1_1.cpp50 ClientProxy1_1::keyRepeat(KeyID key, KeyModifierMask mask, in keyRepeat() function in ClientProxy1_1
H A DClientProxy.h73 virtual void keyRepeat(KeyID, KeyModifierMask,
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/lib/server/
H A DClientProxy1_4.cpp51 ClientProxy1_4::keyRepeat(KeyID key, KeyModifierMask mask, SInt32 count, KeyButton button) in keyRepeat() function in ClientProxy1_4
53 ClientProxy1_3::keyRepeat(key, mask, count, button); in keyRepeat()
H A DClientProxy1_1.h31 virtual void keyRepeat(KeyID, KeyModifierMask,
H A DClientProxy1_4.h41 virtual void keyRepeat(KeyID key, KeyModifierMask mask, SInt32 count, KeyButton button);
H A DClientProxy1_1.cpp49 ClientProxy1_1::keyRepeat(KeyID key, KeyModifierMask mask, in keyRepeat() function in ClientProxy1_1
/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_keyboard.h9 uint8_t keyRepeat, keyPressed; member
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Dkeyboard_repeat.h32 void keyRepeat(quint32 key, quint32 time);
H A Dkeyboard_repeat.cpp39 Q_EMIT keyRepeat(m_key, m_time); in handleKeyRepeat() local
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/SPMediaKeyTap/
H A DSPMediaKeyTapDelegate.m8 int keyRepeat = (keyFlags & 0x1);
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dpageitem_imageframe.h46 void handleModeEditKey(QKeyEvent *k, bool& keyRepeat) override;
/dports/sysutils/barrier/barrier-2.3.3/src/lib/barrier/
H A DIClient.h97 virtual void keyRepeat(KeyID id, KeyModifierMask,
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/lib/synergy/
H A DIClient.h97 virtual void keyRepeat(KeyID id, KeyModifierMask,
/dports/sysutils/barrier/barrier-2.3.3/src/lib/client/
H A DServerProxy.h94 void keyRepeat();
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A Doptions.cpp77 keyRepeat = true; in Options()

1234