I develop a JavaFX application, which will be used on a system with touchscreen.
My development machine does not have a touchscreen. In this environment the app looks like a desktop application.
Is it possible to (manually) test touch based behaviour with JavaFX on a non-touch based device?
Is there some kind of emulator for JavaFX Applications which emulates touch events. (Similiar to android emulator for android apps?)