[PR #248] [MERGED] Add mouseMoveEvent, enterEvent and leaveEvent #299

Closed
opened 2026-05-05 11:58:23 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kusti8/proton-native/pull/248
Author: @roman01la
Created: 1/21/2020
Status: Merged
Merged: 3/16/2020
Merged by: @kusti8

Base: masterHead: roman01la/mouse-events


📝 Commits (4)

  • 3500df5 impl mouseMoveEvent, enterEvent and leaveEvent
  • 03b77e3 update example
  • 1a11601 mention new mouse events in the docs
  • 9090b21 Merge branch 'master' into roman01la/mouse-events

📊 Changes

4 files changed (+89 additions, -6 deletions)

View changed files

📝 docs/components.md (+1 -1)
📝 src/backends/qt.ts (+22 -0)
📝 src/components/View.ts (+49 -4)
📝 testprog.js (+17 -1)

📄 Description

Depends on https://github.com/kusti8/node-qt-napi/pull/2


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/kusti8/proton-native/pull/248 **Author:** [@roman01la](https://github.com/roman01la) **Created:** 1/21/2020 **Status:** ✅ Merged **Merged:** 3/16/2020 **Merged by:** [@kusti8](https://github.com/kusti8) **Base:** `master` ← **Head:** `roman01la/mouse-events` --- ### 📝 Commits (4) - [`3500df5`](https://github.com/kusti8/proton-native/commit/3500df5bd4e9c10a8dda95c7de36b1674f4146af) impl mouseMoveEvent, enterEvent and leaveEvent - [`03b77e3`](https://github.com/kusti8/proton-native/commit/03b77e34e8e0a5304373847aa97373294e805a9e) update example - [`1a11601`](https://github.com/kusti8/proton-native/commit/1a116018c4a03494c4f1d64affd2e346b5e6d14f) mention new mouse events in the docs - [`9090b21`](https://github.com/kusti8/proton-native/commit/9090b218934446cc60f07ba27f62f00228a65d63) Merge branch 'master' into roman01la/mouse-events ### 📊 Changes **4 files changed** (+89 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `docs/components.md` (+1 -1) 📝 `src/backends/qt.ts` (+22 -0) 📝 `src/components/View.ts` (+49 -4) 📝 `testprog.js` (+17 -1) </details> ### 📄 Description Depends on https://github.com/kusti8/node-qt-napi/pull/2 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 11:58:23 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/proton-native#299
No description provided.