Skip to content

Commit

Permalink
Merge commit 'b7e07d5813e39a7ed5a300d59c7f35ec6cde29b5'
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Oct 18, 2024
2 parents 87f4edb + b7e07d5 commit c700a44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions X11/CaijawhejiJoballbarwi/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@
XiSelectEvents(display, handle, new Dictionary<int, List<XiEventType>>
{
[pointerDevice.Value.Deviceid] = multiTouchEventTypes,
[(int) XiPredefinedDeviceId.XIAllMasterDevices] = new List<XiEventType>()
{
XiEventType.XI_HierarchyChanged,
}
});

// 重新注册依然没有触摸宽度高度
Expand Down

0 comments on commit c700a44

Please sign in to comment.