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:55] – [GamePad Interaction] admininteraction [2020/05/26 12:58] – [Input-Controller] admin
Line 313: Line 313:
 [[inputpolling|Input Polling]] [[inputpolling|Input Polling]]
 ===== Input-Controller ===== ===== Input-Controller =====
-Because most games and applications use hotkeys and sequences to interact with the 3D world+ 
-But handling all keyboard and mouse+Because most games and applications use mouse and keyboard in combination, it can be become complex very fast. It's also a bad idea to handle inputs in mainthread an reduce rendering performance by that
 +Besides that, it's very often a hassle to manage lots of hotkeys or input-sequences. Take a further read on the TGorillaInputController to learn how you could handle those things much easier.
  
 Read more: [[inputpolling|Input Polling]] Read more: [[inputpolling|Input Polling]]
  
 Next step: [[android|Android]] Next step: [[android|Android]]