Input System  v0.1
ISX.InputSystem Class Reference

This is the central hub for the input system. More...

Properties

static InputRemoting remoting [get]
 The local InputRemoting instance which can mirror local input to a remote input system or can make input in a remote system available locally. More...
 

Detailed Description

This is the central hub for the input system.

Property Documentation

◆ remoting

InputRemoting ISX.InputSystem.remoting
staticget

The local InputRemoting instance which can mirror local input to a remote input system or can make input in a remote system available locally.

In the editor, this is always initialized. In players, this will be null if remoting is disabled (which it is by default in release players).