Table of Contents

Class ControllerInput

Namespace
Fantas.Input
Assembly
Fantas.dll

ControllerInput is used to manage/get the connected game controllers

public static class ControllerInput : Object
Inheritance
ControllerInput

Properties

IgnoreAppleTVRemote

On AppleTV iOS sends input of AppleTV Remote as Controller This flag allow to ignore the Remote as Game Controller

public static bool IgnoreAppleTVRemote { get; set; }

Property Value

bool

Methods

GetController(int)

Return a Controller at the given index

public static Controller GetController(int index)

Parameters

index int

index of the controller

Returns

Controller