mstr2
mstr2
Just to be clear about this: Are you missing events when you interact with your screen using fingers, or are you only missing events when you interact with a pen?...
I can't find any documentation for `GetMessageExtraInfo()` that says that we can actually use it to distinguish pen from _touch_ input. [This article](https://docs.microsoft.com/en-us/windows/win32/tablet/system-events-and-mouse-messages) only says that it can be used...
> Here is one that passed with the old version, which highlights the standard gotcha's of all uses of weak references: > > ``` > @Test > public void testWeakRefDoesntDisappearUnexpectedly()...
> @mstr2 would this PR make it impossible to keep more than 2 properties in sync with each other? Bidirectional bindings previously allowed for this, and I can imagine some...
I think that `ObservableValue.when` is good to go, but the case for `Node.shown` seems less clear. Applications might want to bind the active scope of an `ObservableValue` to any number...
> No don't, don't close this omg 🤦 I’ll re-open once the prerequisite PRs are integrated. The discussion continues in #1014
> @mstr2 any news on this feature? I've been working on this feature lately, and will soon be sharing more about it.
> For reasons that I don't understand, the problem was the order of the semantics declared in the `vs2ps` struct. Moving `float2 texD : texcoord0;` down fixed the issue. I...
> Can you reproduce Kevin's observation at [1f66f61](https://github.com/openjdk/jfx/pull/789/commits/1f66f613ae3ba2ffc553d29424dd5b553d85978a)? If yes, which commit fixed it for you? For me it's the one that changed the order of the fields. With [1f66f61](https://github.com/openjdk/jfx/pull/789/commits/1f66f613ae3ba2ffc553d29424dd5b553d85978a),...