Aki Sakurai
Aki Sakurai
Some caveats worth mentioning: * Only wacom devices support proximity event. * There is idle report on some devices, i.e. Flush is called without SetPosition. * There are devices without...
The behavior of Evdev is a bit different from macOS, when you call the Flush function, it flushes pending events set by SetPosition / SetPressure. Since SetPosition is not called...
> Seeing the same under OSX Big Sur 11.4 (20F71). OpenTabletDriver v0.5.3.3 > > > > I believe I had left it running for weeks. No filters/tools/interpolators. Daily disconnect/reconnect when...
https://github.com/DIGImend/digimend-kernel-drivers/blob/0b445150ef491cb52174aef484f6873083770171/hid-uclogic-params.c#L472 According to DIGImend, it is flipped on device using v2 protocol.
https://developer.apple.com/documentation/safari-release-notes/safari-17_4-release-notes 19618.1.15 -> safari-7618.1.15-branch https://github.com/WebKit/WebKit/blob/safari-7618.1.15-branch/Source/WebCore/Modules/mediastream/ImageCapture.cpp Test on physical devices https://github.com/openwebdocs/mdn-bcd-results/pull/1161 macos https://github.com/openwebdocs/mdn-bcd-results/pull/1163 ipad (Request Desktop Website) https://github.com/openwebdocs/mdn-bcd-results/pull/1162 ipad Api demo: https://simpl.info/imagecapture/
Behind webkit feature flag "Image Capture API"
Bug reports https://bugs.webkit.org/show_bug.cgi?id=262467 https://bugs.webkit.org/show_bug.cgi?id=262412 https://bugs.webkit.org/show_bug.cgi?id=265188 https://bugs.webkit.org/show_bug.cgi?id=262466
Here is what info we have now: 1. The release notes refer to a version code in the WebKit repository, which contains the source code for image capture. 2. The...
It doesn’t affect apps that don’t support pressure sensitivity. However, in apps that do, it’s not always possible to turn off pressure sensitivity to achieve a consistent stroke width. For...
> Generally LGTM, but not sure if the UI approach is correct here. Can you provide a screenshot of how this looks in the pen binding tab?