Events

Event Handling

Naturally the main source of events are through the mouse, keyboard, touch, device movement and game controllers. In this section we will consider managing some of these. In terms of coding there are two features of Babylon.js that handle events, actions and observables. It is also possible to use plain JavaScript.

Coming next