24 lines
306 B
C#
24 lines
306 B
C#
namespace Valve.VR
|
|
{
|
|
public struct VREvent_Keyboard_t
|
|
{
|
|
public byte cNewInput0;
|
|
|
|
public byte cNewInput1;
|
|
|
|
public byte cNewInput2;
|
|
|
|
public byte cNewInput3;
|
|
|
|
public byte cNewInput4;
|
|
|
|
public byte cNewInput5;
|
|
|
|
public byte cNewInput6;
|
|
|
|
public byte cNewInput7;
|
|
|
|
public ulong uUserValue;
|
|
}
|
|
}
|