Home
last modified time | relevance | path

Searched +refs:button +refs:event +refs:type +refs:click (Results 1 – 25 of 12690) sorted by relevance

12345678910>>...508

/dports/lang/racket/racket-8.3/share/pkgs/gui-doc/scribblings/gui/
H A Dmouse-event-class.scrbl78 Returns @racket[#t] if the event is for a button press (i.e., type @racket['left-down],
90 Returns @racket[#t] if the event is for a button release (i.e., type @racket['left-up],
103 Returns @racket[#t] if this was a dragging event: type @racket['motion] while a button
151 click, the event is reported as a right-button click and
164 set-event-type].
185 pressed) for the event. On Mac OS, a middle-button click is
216 is treated as a right-button click.
285 click, the event is reported as a right-button click and
297 about each event type. See also @method[mouse-event% get-event-type].
321 the event. On Mac OS, a middle-button click is impossible.
[all …]
/dports/misc/py-PyUserInput/PyUserInput-0.1.11/pymouse/
H A Dx11.py71 return button
80 }[button]
113 self.click(*self.position(), button=4, n=vertical)
115 self.click(*self.position(), button=5, n=abs(vertical))
121 self.click(*self.position(), button=7, n=horizontal)
123 self.click(*self.position(), button=6, n=abs(horizontal))
211 if event.type == X.ButtonPress:
213 elif event.type == X.ButtonPress:
214 self.click(event.root_x, event.root_y, translate_button_code(event.detail), True)
215 elif event.type == X.ButtonRelease:
[all …]
/dports/devel/simgear/simgear-2020.3.11/simgear/canvas/
H A DCanvasEventManager.cxx74 button = event->button; in set()
90 switch( event->type ) in handleEvent()
127 event->button = _last_mouse_down.button; in handleEvent()
222 MouseEventPtr click(new MouseEvent(*event)); in handleClick() local
223 click->type = Event::CLICK; in handleClick()
237 || _last_click.button != event->button ) in handleClick()
242 click->click_count = _current_click_count; in handleClick()
247 dbl_click.reset(new MouseEvent(*click)); in handleClick()
248 dbl_click->type = Event::DBL_CLICK; in handleClick()
251 bool handled = propagateEvent(click, path); in handleClick()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/vue_shared/components/markdown/
H A Dheader.vue21 type: Boolean,
25 type: String,
30 type: Boolean,
35 type: Boolean,
40 type: Number,
108 if (event.target.blur) event.target.blur();
115 if (event.target.blur) event.target.blur();
154 <button class="js-write-link" type="button" @click="writeMarkdownTab($event)">
161 type="button"
162 @click="previewMarkdownTab($event)"
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/gui-lib/embedded-gui/private/
H A Dbutton-snip.rkt55 [got-click? false]
67 ;; Should I be calling super-on-event?
68 (define/override (on-event dc x y editorx editory event)
69 (case (send event get-event-type)
77 (callback this event))
82 (when got-click?
99 ;; a textual button of the same type
105 [got-click? false]
143 (define/override (on-event dc x y editorx editory event)
144 (case (send event get-event-type)
[all …]
/dports/www/sahi/sahi/userdata/scripts/demo/
H A Devents.sah9button=0; e.which=1; e.type=mousedown; e.detail=1\nd1:mouseup; e.button=0; e.which=1; e.type=mouse…
10button=0; e.which=1; e.type=mousedown; e.detail=1\nt1:focus; e.button=undefined; e.which=undefined…
22button=0; e.which=1; e.type=mousedown; e.detail=1\nd1:mouseup; e.button=0; e.which=1; e.type=mouse…
23button=0; e.which=1; e.type=mousedown; e.detail=1\nt1:focus; e.button=undefined; e.which=undefined…
40button=1; e.which=undefined; e.type=mousedown; e.detail=undefined\nd1:focus; e.button=0; e.which=u…
41button=1; e.which=undefined; e.type=mousedown; e.detail=undefined\nt1:focus; e.button=0; e.which=u…
84 _click(_button("Add event listeners"));
119 _click(_button("Add event listeners"));
130 _click(_button("Add event listeners"));
141 _click(_button("Add event listeners"));
[all …]
/dports/finance/fava/fava-1.18/frontend/src/modals/
H A DAddEntry.svelte20 * @param {Event} event
22 async function submitAndNew(event) {
24 event.target instanceof HTMLButtonElement &&
25 event.target.form?.reportValidity()
46 <button
47 type="button"
49 on:click={() => {
60 <button
62 on:click|preventDefault={submitAndNew}
65 </button>
[all …]
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/drivers/button/
H A DREADME.md15 ## Button electronic to logical event processing
80 style and the characteristics of a particular type of button.
98 "type": "button",
100 "event": "event-name"
104 For example, `{"type":"button","src":"bc/user","event":"doubleclick"}`
116 the interaction, eg, that it can be understood as a single "double-click" event.
123 click|The button activity resulted in a classification as a single-click
124 longclick|The button activity resulted in a classification as a long-click
125 doubleclick|The button activity resulted in a classification as a double-click
132 the button is doing, eg, a "click" event on a specific button. Rather than
[all …]
/dports/www/moodle310/moodle/calendar/tests/behat/
H A Dcalendar.feature112 And I click on "Delete event" "button"
172 And I click on "New event" "button"
177 And I click on "New event" "button"
184 Scenario: Default event type selection in the event form
187 And I click on "New event" "button"
191 When I click on "New event" "button"
200 And I click on "New event" "button"
212 And I click on "New event" "button"
223 When I click on "New event" "button"
227 When I click on "New event" "button"
[all …]
/dports/www/moodle311/moodle/calendar/tests/behat/
H A Dcalendar.feature112 And I click on "Delete event" "button"
172 And I click on "New event" "button"
177 And I click on "New event" "button"
184 Scenario: Default event type selection in the event form
187 And I click on "New event" "button"
191 When I click on "New event" "button"
200 And I click on "New event" "button"
212 And I click on "New event" "button"
223 When I click on "New event" "button"
227 When I click on "New event" "button"
[all …]
/dports/www/moodle39/moodle/calendar/tests/behat/
H A Dcalendar.feature112 And I click on "Delete event" "button"
172 And I click on "New event" "button"
177 And I click on "New event" "button"
184 Scenario: Default event type selection in the event form
187 And I click on "New event" "button"
191 When I click on "New event" "button"
200 And I click on "New event" "button"
212 And I click on "New event" "button"
223 When I click on "New event" "button"
227 When I click on "New event" "button"
[all …]
/dports/games/frogatto/frogatto-1.3.1/src/
H A Dbutton.cpp55 onclick_ = boost::bind(&button::click, this); in button()
68 void button::click() in click() function in gui::button
113 bool button::handle_event(const SDL_Event& event, bool claimed) in handle_event() argument
115 if((event.type == SDL_MOUSEBUTTONDOWN || event.type == SDL_MOUSEBUTTONUP) in handle_event()
116 && (event.button.button == SDL_BUTTON_WHEELUP || event.button.button == SDL_BUTTON_WHEELDOWN) in handle_event()
117 && in_widget(event.button.x, event.button.y)) { in handle_event()
127 if(event.type == SDL_MOUSEMOTION) { in handle_event()
134 } else if(event.type == SDL_MOUSEBUTTONDOWN) { in handle_event()
135 const SDL_MouseButtonEvent& e = event.button; in handle_event()
141 } else if(event.type == SDL_MOUSEBUTTONUP) { in handle_event()
[all …]
/dports/x11-wm/sawfish/sawfish_1.13.0/lisp/sawfish/wm/util/
H A Ddecode-events.jl32 should-grab-button-event-p)
46 button-2 button-3 button-4
69 (button-2 . 512) (button-3 . 1024)
70 (button-4 . 2048) (button-5 . 4096)
98 (aref [click-1 click-2 move off-1 click-3 off-2 off-3]
100 (t (error "Unknown event type")))))
114 (setq code (cdr (assq (caddr event) '((click . 1)
115 (click-1 . 1)
123 (t (error "Unknown event type: %s" (car event))))
161 (define (should-grab-button-event-p event keymap)
[all …]
/dports/finance/fava/fava-1.18/frontend/src/entry-forms/
H A DPosting.svelte10 /** @type {import("../entries").Posting} */
12 /** @type {number} */
14 /** @type {string[]} */
71 <button
73 on:click={() => dispatch("remove")}
74 type="button"
75 tabindex={-1}> × </button>
83 <button
85 type="button"
86 on:click={() => dispatch("add")}
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/invite_members/components/
H A Dinvite_members_trigger.vue11 type: String,
16 type: String,
37 default: 'button',
39 event: {
55 'data-test-id': 'invite-members-button',
58 if (this.event && this.label) {
61 'data-track-action': this.event,
83 <gl-button
88 @click="openModal"
91 </gl-button>
[all …]
/dports/net/storj/storj-1.45.3/web/satellite/src/components/browser/
H A DFileEntry.vue175 type="button"
349 type="button"
496 return this.file.type === "folder";
499 return this.file.type === "file";
504 openModal(event) {
515 fileClick(event) {
519 selectFile(event) {
528 } else if (event.metaKey || event.ctrlKey) {
653 async share(event) {
675 download(event) {
[all …]
/dports/games/xye/xye-0.12.2/src/
H A Dwindow.cpp230 userevent.type = SDL_USEREVENT; in timer()
235 event.type = SDL_USEREVENT; in timer()
270 switch (event.type) { in loop()
285 switch(event.button.button) { in loop()
287 mouse_x=event.button.x;mouse_y=event.button.y; in loop()
293 window::handleMouseWheel(mouse_x, mouse_y, event.button.button, true); in loop()
299 switch(event.button.button) { in loop()
308 window::handleMouseWheel(mouse_x, mouse_y, event.button.button, false); in loop()
555 click=false; in button()
571 click = false; in resetToggle()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DCRobot.m55 // In OS X, left and right mouse button share the same click count.
57 // switches to the right button, then the click count will continue
59 // however, has its own click count.
61 // synhtetic clicks share the same click count.
160 __block CGEventType type = kCGEventMouseMoved;
167 type = cgButtonUp;
171 type = cgButtonDragged;
173 type = cgButtonDown;
217 // any mouse movement resets click count
228 PostMouseEvent(point, button, type, clickCount, eventNumber);
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DCRobot.m55 // In OS X, left and right mouse button share the same click count.
57 // switches to the right button, then the click count will continue
59 // however, has its own click count.
61 // synhtetic clicks share the same click count.
160 __block CGEventType type = kCGEventMouseMoved;
167 type = cgButtonUp;
171 type = cgButtonDragged;
173 type = cgButtonDown;
217 // any mouse movement resets click count
228 PostMouseEvent(point, button, type, clickCount, eventNumber);
[all …]
/dports/graphics/nip2/nip2-8.7.1/src/
H A Ddoubleclick.c60 GdkEvent event; /* Copy of last event for clients */ member
79 click->click = 0; in doubleclick_new()
102 click->click = 0; in doubleclick_time_cb()
112 click->single( click->wid, &click->event, click->clients ); in doubleclick_time_cb()
129 if( ev->type != GDK_BUTTON_PRESS || ev->button.button != 1 ) in doubleclick_trigger_cb()
134 click->event = *ev; in doubleclick_trigger_cb()
136 if( click->click ) { in doubleclick_trigger_cb()
146 click->dub( click->wid, &click->event, click->clientd ); in doubleclick_trigger_cb()
160 click->click = g_timeout_add( in doubleclick_trigger_cb()
168 click->single( click->wid, &click->event, in doubleclick_trigger_cb()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/browser/components/newtab/test/unit/content-src/components/
H A DCard.test.jsx23 type: "history", property in DEFAULT_PROPS.link
69 type: "pocket",
90 button.simulate("click", { preventDefault: () => {} });
164 button.simulate("click", { preventDefault: () => {} });
208 "click",
398 card.simulate("click");
413 "click",
422 event
441 click: 0,
460 "click",
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/newtab/test/unit/content-src/components/
H A DCard.test.jsx23 type: "history", property in DEFAULT_PROPS.link
69 type: "pocket",
90 button.simulate("click", { preventDefault: () => {} });
164 button.simulate("click", { preventDefault: () => {} });
208 "click",
398 card.simulate("click");
413 "click",
422 event
441 click: 0,
460 "click",
[all …]
/dports/www/firefox/firefox-99.0/browser/components/newtab/test/unit/content-src/components/
H A DCard.test.jsx23 type: "history", property in DEFAULT_PROPS.link
69 type: "pocket",
90 button.simulate("click", { preventDefault: () => {} });
164 button.simulate("click", { preventDefault: () => {} });
208 "click",
398 card.simulate("click");
413 "click",
422 event
441 click: 0,
460 "click",
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/newtab/test/unit/content-src/components/
H A DCard.test.jsx23 type: "history", property in DEFAULT_PROPS.link
69 type: "pocket",
90 button.simulate("click", { preventDefault: () => {} });
164 button.simulate("click", { preventDefault: () => {} });
208 "click",
398 card.simulate("click");
413 "click",
422 event
441 click: 0,
460 "click",
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/ide/components/
H A Dactivity_bar.vue35 <button
45 type="button"
47 @click.prevent="changedActivityView($event, $options.leftSidebarViews.edit.name)"
50 </button>
53 <button
62 type="button"
64 @click.prevent="changedActivityView($event, $options.leftSidebarViews.review.name)"
67 </button>
70 <button
80 type="button"
[all …]

12345678910>>...508