SteamInputDeviceConnected

Swift
public struct SteamInputDeviceConnected: Sendable

Steamworks SteamInputDeviceConnected_t


Topics

var connectedDeviceHandle: InputHandle

Steamworks m_ulConnectedDeviceHandle

Declaration
Swift
public let connectedDeviceHandle: InputHandle

init(connectedDeviceHandle: InputHandle)

Create a customized SteamInputDeviceConnected

Declaration
Swift
public init(connectedDeviceHandle: InputHandle = 0)