Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

17 lines
275 B
Swift

//
// Gamepad.swift
// vcam
//
// Created by William Belcher on 16/3/2023.
// Copyright Epic Games, Inc. All Rights Reserved.
//
import Foundation
import GameController
class Gamepad : GCController {
var controller : GCController? = nil
var id: UInt8? = nil
}