summaryrefslogtreecommitdiff
path: root/Assembly_Firstpass/Steamworks/ESteamDeviceFormFactor.cs
blob: 16a24d552f1448d10d9c8e9d3ac008b679a853c9 (plain)
1
2
3
4
5
6
7
8
9
10
namespace Steamworks;

public enum ESteamDeviceFormFactor
{
	k_ESteamDeviceFormFactorUnknown,
	k_ESteamDeviceFormFactorPhone,
	k_ESteamDeviceFormFactorTablet,
	k_ESteamDeviceFormFactorComputer,
	k_ESteamDeviceFormFactorTV
}