12 lines
128 B
C#
12 lines
128 B
C#
using System;
|
|
|
|
namespace Valve.VR
|
|
{
|
|
public struct AppOverrideKeys_t
|
|
{
|
|
public IntPtr pchKey;
|
|
|
|
public IntPtr pchValue;
|
|
}
|
|
}
|