Touch me
Up to this point, we were focusing on generating great graphics but with no user interaction. Great apps are all about great user experiences. In order to get some feedback from apps, users are busy touching the screen in all possible ways.
FireMonkey forms provide support for handling simple touch, multitouch, and gesture events. You can use standard and interactive gestures, such as zoom and rotation, to make your apps more dynamic and interactive.
Touch
FireMonkey forms are used for building both mobile and desktop applications. It is just a matter of changing the selected Target Platform
and recompiling the project. Certain concepts exist on the desktop and do not exist on mobile platforms and vice versa. For example, on mobile devices, there is no concept of a mouse, which does exist on desktops. FireMonkey forms provide different mouse events, which, on mobile platforms, are fired in response to simple touch events. When the end user touches the screen, the OnMouseDown
event...