Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
interaction [2020/05/24 20:04] – [Mouse Interaction] admininteraction [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-====== Interaction ====== 
- 
-In the following the implementation of mouse and keyboard interaction with default FMX methods will be described. 
- 
-In case you'll need extended features, have a look at the InputController implementation: [[inputpolling|Input Polling]] 
- 
-===== Mouse Interaction ===== 
- 
-Default FMX event handling may be confusing for some of you, by a bit misleading and unexpected behaviour. 
-Especially the way when events getting called and which components receive those events. 
- 
-At first you should decide which kind of mouse event handling you expect. 
- 
-==== In Viewport ==== 
- 
-==== On components ==== 
- 
-==== HitTest Property ==== 
- 
-===== Keyboard Interaction =====