Migrate to WellBehavedFX's InputMapTemplate & InputMap approach#291
Migrate to WellBehavedFX's InputMapTemplate & InputMap approach#291TomasMikula merged 2 commits intoFXMisc:masterfrom JordanMartinez:useWBFXExperimentalPackage
Conversation
This is in preparation to moving from the current approach to handling user input to the new approach via the experimental package in WellBehavedFX:
|
Cool, thanks! |
|
I updated the snapshot so that people can play with this. |
Cool. We should also include some sort of guide to help them migrate their code as well. Otherwise, those unfamiliar with your library who come upon it now might screw up the behavior when they try to set a different |
|
The nice thing about this new experimental package is that it doesn't use the If, however, they try to override the default behavior by setting some |
|
Though I agree that overriding event handlers should be documented somewhere. |
That's actually kind of cool.
So it seems we should document it in RTFX.... Perhaps we should take the following approach:
|
|
All sound good. I prefer compiler-checked documentation (like demo app) whenever possible, since it is easy for other forms to get outdated without noticing. |
True. How about you update the ReadMe? Besides the above, |
|
Sounds good. Let's update the README once we are ready to release 0.7. |
No description provided.