/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/ |
H A D | keyboard_repeat.cpp | 50 … 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 D | test_seat.cpp | 177 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 D | test_seat.cpp | 168 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 D | joykeyrepeathelper.h | 45 unsigned int keyRepeatDelay; variable
|
H A D | inputdevice.h | 153 int keyRepeatDelay; variable
|
H A D | inputdevice.cpp | 46 keyRepeatDelay = 0; in InputDevice() 1868 keyRepeatDelay = delay; in setKeyRepeatDelay() 1888 if (keyRepeatDelay != 0) in getKeyRepeatDelay() 1890 tempKeyRepeatDelay = keyRepeatDelay; in getKeyRepeatDelay()
|
H A D | mainsettingsdialog.cpp | 198 …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 D | keyboard_interface.h | 41 qint32 keyRepeatDelay() const;
|
H A D | keyboard_interface.cpp | 242 qint32 KeyboardInterface::keyRepeatDelay() const in keyRepeatDelay() function in KWaylandServer::KeyboardInterface
|
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/src/client/ |
H A D | keyboard.h | 110 qint32 keyRepeatDelay() const;
|
H A D | keyboard.cpp | 237 qint32 Keyboard::keyRepeatDelay() const in keyRepeatDelay() function in Wrapland::Client::Keyboard
|
/dports/x11/kf5-kwayland/kwayland-5.89.0/src/client/ |
H A D | keyboard.h | 108 qint32 keyRepeatDelay() const;
|
H A D | keyboard.cpp | 182 qint32 Keyboard::keyRepeatDelay() const in keyRepeatDelay() function in KWayland::Client::Keyboard
|
/dports/x11/kf5-kwayland/kwayland-5.89.0/src/server/ |
H A D | seat_interface.h | 607 qint32 keyRepeatDelay() const;
|
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/appkit/ |
H A D | NSEvent.inc | 350 class function keyRepeatDelay: NSTimeInterval; message 'keyRepeatDelay'; { available in 10_6 }
|
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gonk/libui/ |
H A D | InputDispatcher.h | 176 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 D | NSEvent.h | 430 + (NSTimeInterval) keyRepeatDelay;
|
/dports/devel/upp/upp/uppsrc/CtrlCore/ |
H A D | CocoApp.mm | 106 return int(1000 * NSEvent.keyRepeatDelay);
|
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/autotests/client/ |
H A D | seat.cpp | 1430 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 D | tkMacOSXKeyEvent.c | 82 [NSEvent keyRepeatDelay] < 0) {
|
/dports/x11-toolkits/tk87/tk8.7a5/macosx/ |
H A D | tkMacOSXKeyEvent.c | 82 [NSEvent keyRepeatDelay] < 0) {
|
/dports/x11/kf5-kwayland/kwayland-5.89.0/autotests/client/ |
H A D | test_wayland_seat.cpp | 1541 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 D | appkit.rs | 2307 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 D | appkit.rs | 2307 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 D | test_wayland_seat.cpp | 1399 QCOMPARE(keyboard->keyRepeatDelay(), 0); in testKeyboard() 1410 QCOMPARE(keyboard->keyRepeatDelay(), 0); in testKeyboard() 1419 QCOMPARE(keyboard->keyRepeatDelay(), 660); in testKeyboard()
|