Hi! I'm trying to write some code that works with...
# compose-desktop
a
Hi! I'm trying to write some code that works with a stylus, but I'm having a hard time. A lot of the stuff I've encountered uses
Modifier#pointerInteropFilter
, but that method doesn't exist, which means I don't know how to get access to
MotionEvent
. Any and all help will be greatly appreciated!
e
MotionEvent is only on Android (and so is pointerInteropfilter). are you targeting desktop or Android?
a
I'm trying to target Desktop
e
compose desktop is built on top of Swing to handle windows and input, and I don't see stylus support in Swing
a
Well... that sucks