Home
last modified time | relevance | path

Searched refs:keyRepeatDelay (Results 1 – 25 of 34) sorted by relevance

12

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Dkeyboard_repeat.cpp50 … if (m_xkb->shouldKeyRepeat(key) && waylandServer()->seat()->keyboard()->keyRepeatDelay() != 0) { in keyEvent()
51 m_timer->setInterval(waylandServer()->seat()->keyboard()->keyRepeatDelay()); in keyEvent()
/dports/x11/kf5-kwayland/kwayland-5.89.0/autotests/server/
H A Dtest_seat.cpp177 QCOMPARE(seat->keyRepeatDelay(), 0); in testRepeatInfo()
180 QCOMPARE(seat->keyRepeatDelay(), 660); in testRepeatInfo()
184 QCOMPARE(seat->keyRepeatDelay(), 0); in testRepeatInfo()
/dports/x11/plasma5-kwayland-server/kwayland-server-5.23.5/autotests/server/
H A Dtest_seat.cpp168 QCOMPARE(seat->keyboard()->keyRepeatDelay(), 0); in testRepeatInfo()
171 QCOMPARE(seat->keyboard()->keyRepeatDelay(), 660); in testRepeatInfo()
175 QCOMPARE(seat->keyboard()->keyRepeatDelay(), 0); in testRepeatInfo()
/dports/x11/antimicro/antimicro-2.23/src/
H A Djoykeyrepeathelper.h45 unsigned int keyRepeatDelay; variable
H A Dinputdevice.h153 int keyRepeatDelay; variable
H A Dinputdevice.cpp46 keyRepeatDelay = 0; in InputDevice()
1868 keyRepeatDelay = delay; in setKeyRepeatDelay()
1888 if (keyRepeatDelay != 0) in getKeyRepeatDelay()
1890 tempKeyRepeatDelay = keyRepeatDelay; in getKeyRepeatDelay()
H A Dmainsettingsdialog.cpp198 …int keyRepeatDelay = settings->value("KeyRepeat/KeyRepeatDelay", InputDevice::DEFAULTKEYREPEATDELA… in MainSettingsDialog() local
201 ui->keyDelayHorizontalSlider->setValue(keyRepeatDelay); in MainSettingsDialog()
202 ui->keyDelaySpinBox->setValue(keyRepeatDelay); in MainSettingsDialog()
/dports/x11/plasma5-kwayland-server/kwayland-server-5.23.5/src/server/
H A Dkeyboard_interface.h41 qint32 keyRepeatDelay() const;
H A Dkeyboard_interface.cpp242 qint32 KeyboardInterface::keyRepeatDelay() const in keyRepeatDelay() function in KWaylandServer::KeyboardInterface
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/src/client/
H A Dkeyboard.h110 qint32 keyRepeatDelay() const;
H A Dkeyboard.cpp237 qint32 Keyboard::keyRepeatDelay() const in keyRepeatDelay() function in Wrapland::Client::Keyboard
/dports/x11/kf5-kwayland/kwayland-5.89.0/src/client/
H A Dkeyboard.h108 qint32 keyRepeatDelay() const;
H A Dkeyboard.cpp182 qint32 Keyboard::keyRepeatDelay() const in keyRepeatDelay() function in KWayland::Client::Keyboard
/dports/x11/kf5-kwayland/kwayland-5.89.0/src/server/
H A Dseat_interface.h607 qint32 keyRepeatDelay() const;
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/appkit/
H A DNSEvent.inc350 class function keyRepeatDelay: NSTimeInterval; message 'keyRepeatDelay'; { available in 10_6 }
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gonk/libui/
H A DInputDispatcher.h176 nsecs_t keyRepeatDelay; member
180 keyRepeatDelay(50 * 1000000LL) { } in InputDispatcherConfiguration()
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/AppKit/
H A DNSEvent.h430 + (NSTimeInterval) keyRepeatDelay;
/dports/devel/upp/upp/uppsrc/CtrlCore/
H A DCocoApp.mm106 return int(1000 * NSEvent.keyRepeatDelay);
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/autotests/client/
H A Dseat.cpp1430 QCOMPARE(keyboard->keyRepeatDelay(), 0); in testKeyboard()
1440 QCOMPARE(keyboard->keyRepeatDelay(), 0); in testKeyboard()
1450 QCOMPARE(keyboard->keyRepeatDelay(), 660); in testKeyboard()
1622 QCOMPARE(keyboard2->keyRepeatDelay(), 0); in testKeyboard()
1630 QCOMPARE(keyboard2->keyRepeatDelay(), 660); in testKeyboard()
/dports/x11-toolkits/tk86/tk8.6.12/macosx/
H A DtkMacOSXKeyEvent.c82 [NSEvent keyRepeatDelay] < 0) {
/dports/x11-toolkits/tk87/tk8.7a5/macosx/
H A DtkMacOSXKeyEvent.c82 [NSEvent keyRepeatDelay] < 0) {
/dports/x11/kf5-kwayland/kwayland-5.89.0/autotests/client/
H A Dtest_wayland_seat.cpp1541 QCOMPARE(keyboard->keyRepeatDelay(), 0); in testKeyboard()
1551 QCOMPARE(keyboard->keyRepeatDelay(), 0); in testKeyboard()
1561 QCOMPARE(keyboard->keyRepeatDelay(), 660); in testKeyboard()
1724 QCOMPARE(keyboard2->keyRepeatDelay(), 0); in testKeyboard()
1730 QCOMPARE(keyboard2->keyRepeatDelay(), 660); in testKeyboard()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/cocoa-0.18.4/src/
H A Dappkit.rs2307 unsafe fn keyRepeatDelay(_: Self) -> NSTimeInterval; in keyRepeatDelay() method
2540 unsafe fn keyRepeatDelay(_: Self) -> NSTimeInterval { in keyRepeatDelay() method
2541 msg_send![class!(NSEvent), keyRepeatDelay] in keyRepeatDelay()
/dports/games/dose-response/dose-response-179c326/cargo-crates/cocoa-0.18.4/src/
H A Dappkit.rs2307 unsafe fn keyRepeatDelay(_: Self) -> NSTimeInterval; in keyRepeatDelay() method
2540 unsafe fn keyRepeatDelay(_: Self) -> NSTimeInterval { in keyRepeatDelay() method
2541 msg_send![class!(NSEvent), keyRepeatDelay] in keyRepeatDelay()
/dports/x11/plasma5-kwayland-server/kwayland-server-5.23.5/autotests/client/
H A Dtest_wayland_seat.cpp1399 QCOMPARE(keyboard->keyRepeatDelay(), 0); in testKeyboard()
1410 QCOMPARE(keyboard->keyRepeatDelay(), 0); in testKeyboard()
1419 QCOMPARE(keyboard->keyRepeatDelay(), 660); in testKeyboard()

12