Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
interaction [2020/05/26 12:53] – [Gesture Interaction] admininteraction [2020/05/26 12:55] – [GamePad Interaction] admin
Line 308: Line 308:
  
 Interacting with gamepads in Firemonkey is not possible out of the box. But of course you can build your own component. Interacting with gamepads in Firemonkey is not possible out of the box. But of course you can build your own component.
-Gorilla3D already provides support for gamepads in the TGorillaInputController and is very easy to use. Also combination of mouse and keyboard input is managable. 
  
 +But before bothering, have a look at the TGorillaInputController of Gorilla3D, which already provides support for gamepads. It is very easy to use and allows combinations of mouse and keyboard input.
 +
 +[[inputpolling|Input Polling]]
 ===== Input-Controller ===== ===== Input-Controller =====
 Because most games and applications use hotkeys and sequences to interact with the 3D world. Because most games and applications use hotkeys and sequences to interact with the 3D world.