Home
last modified time | relevance | path

Searched refs:wheel_count (Results 1 – 23 of 23) sorted by relevance

/dports/comms/lirc/lirc-0.9.0/daemons/
H A Dhw_hiddev.c290 static int wheel_count = 0; in hiddev_rec() local
453 if (wheel_count == 2) { in hiddev_rec()
469 wheel_count = 0; in hiddev_rec()
475 else if (wheel_count == 1) { in hiddev_rec()
478 wheel_count = 2; in hiddev_rec()
487 wheel_count = 1; in hiddev_rec()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/core-graphics-0.17.1/src/
H A Devent.rs450 wheel_count: u32, in new_scroll_event()
459 wheel_count, in new_scroll_event()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/core-graphics-0.17.3/src/
H A Devent.rs450 wheel_count: u32, in new_scroll_event()
459 wheel_count, in new_scroll_event()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/core-graphics-0.22.2/src/
H A Devent.rs450 wheel_count: u32, in new_scroll_event()
459 wheel_count, in new_scroll_event()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/core-graphics-0.19.0/src/
H A Devent.rs450 wheel_count: u32, in new_scroll_event()
459 wheel_count, in new_scroll_event()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/core-graphics/src/
H A Devent.rs450 wheel_count: u32, in new_scroll_event()
459 wheel_count, in new_scroll_event()
/dports/games/dose-response/dose-response-179c326/cargo-crates/core-graphics-0.17.3/src/
H A Devent.rs450 wheel_count: u32, in new_scroll_event()
459 wheel_count, in new_scroll_event()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/core-graphics-0.22.2/src/
H A Devent.rs450 wheel_count: u32, in new_scroll_event()
459 wheel_count, in new_scroll_event()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/core-graphics-0.19.2/src/
H A Devent.rs450 wheel_count: u32, in new_scroll_event()
459 wheel_count, in new_scroll_event()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/core-graphics/src/
H A Devent.rs450 wheel_count: u32, in new_scroll_event()
459 wheel_count, in new_scroll_event()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/core-graphics/src/
H A Devent.rs450 wheel_count: u32, in new_scroll_event()
459 wheel_count, in new_scroll_event()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/core-graphics-0.19.0/src/
H A Devent.rs450 wheel_count: u32, in new_scroll_event()
459 wheel_count, in new_scroll_event()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/core-graphics-0.17.3/src/
H A Devent.rs450 wheel_count: u32, in new_scroll_event()
459 wheel_count, in new_scroll_event()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/core-graphics-0.21.0/src/
H A Devent.rs450 wheel_count: u32, in new_scroll_event()
459 wheel_count, in new_scroll_event()
/dports/graphics/rx/rx-0.4.0/cargo-crates/core-graphics-0.17.3/src/
H A Devent.rs450 wheel_count: u32, in new_scroll_event()
459 wheel_count, in new_scroll_event()
/dports/www/firefox/firefox-99.0/third_party/rust/core-graphics/src/
H A Devent.rs582 wheel_count: u32, in new_scroll_event()
591 wheel_count, in new_scroll_event()
/dports/net/x11vnc/x11vnc-0.9.16/src/
H A DmacosxCG.c550 static void CGPostScrollWheelEvent_wr(CGWheelCount wheel_count, int wheel_distance) { in CGPostScrollWheelEvent_wr() argument
563 CGPostScrollWheelEvent(wheel_count, wheel_distance); in CGPostScrollWheelEvent_wr()
570 event = CGEventCreateScrollWheelEvent(NULL, kCGScrollEventUnitLine, wheel_count, wheel_distance); in CGPostScrollWheelEvent_wr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/test/
H A Dcocoa_test_event_utils.mm161 const uint32_t wheel_count = 2;
167 nullptr, units, wheel_count, wheel1, wheel2));
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dvehicle_move.cpp1691 bool vehicle::is_wheel_state_correct_to_turn_on_rails( int wheels_on_rail, int wheel_count, in is_wheel_state_correct_to_turn_on_rails() argument
1695 ( wheels_on_rail == 1 && ( wheel_count == 1 || in is_wheel_state_correct_to_turn_on_rails()
H A Dvehicle.h1772 bool is_wheel_state_correct_to_turn_on_rails( int wheels_on_rail, int wheel_count,
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dvehicle_move.cpp1691 bool vehicle::is_wheel_state_correct_to_turn_on_rails( int wheels_on_rail, int wheel_count, in is_wheel_state_correct_to_turn_on_rails() argument
1695 ( wheels_on_rail == 1 && ( wheel_count == 1 || in is_wheel_state_correct_to_turn_on_rails()
H A Dvehicle.h1772 bool is_wheel_state_correct_to_turn_on_rails( int wheels_on_rail, int wheel_count,
/dports/x11/libinput/libinput-1.12.6/src/
H A Devdev.c1158 const char *wheel_count = "MOUSE_WHEEL_CLICK_COUNT"; in evdev_read_wheel_click_props() local
1164 if (evdev_read_wheel_click_count_prop(device, wheel_count, &angles.y) || in evdev_read_wheel_click_props()