Page cover

Input Action Set Data

Like what your seeing?

Introduction

using HeathenEngineering.SteamworksIntegration;
public struct InputActionSetData : IEquatable<InputActionSetHandle_t>, 
                                   IComparable<InputActionSetHandle_t>, 
                                   IEquatable<ulong>, 
                                   IComparable<ulong>

A wrapper around the InputActionSetHandle_t structure from Valve's Steam API. This struct provides a lot of quality of life improvements over the native handle type and can be used interchangeably with it.

Fields and Attributes

Handle

The raw ulong value of the handle

public ulong Handle { get; set; }

Methods

IsActive

or

Checks if this set is active for the indicated controller

Activate

or

Activates this set on the indicated controller

Get

or

or

This will get (i.e. find) the InputActionSetData based on the provided input e.g. its name or handle value.

Last updated