Opened 2 months ago
Last modified 5 days ago
#2955 assigned task
replace deprecated event api on macos
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | minor | Milestone: | 4.2 |
Component: | platforms | Version: | 3.0.x |
Keywords: | Cc: |
Description
ie: CGPostMouseEvent: This function is not recommended for general use because of undocumented special cases and undesirable side effects. The recommended replacement for this function is CGEventCreateMouseEvent, which allows you to create a mouse event and customize the event before posting it to the event system.
Also CGPostScrollWheelEvent
.
Change History (2)
comment:1 Changed 2 months ago by
Status: | new → assigned |
---|
comment:2 Changed 5 days ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2955
Note: See
TracTickets for help on using
tickets.
Example code: