發表評論發佈到one of my questions,我正在嘗試開始使用DirectInput。 我完全不熟悉它,而且我不知道如何開始。命名空間似乎是Microsoft.DirectX.DirectInput,但我似乎無法在我的引用中的任何地方找到它。 它說在幾個地方,你只需要從我的項目中的引用添加它,但我無法找到它。 我檢查了一個DirectX SDK,但它似乎是Windows SDK的一部分,
public partial class Form1 : Form
{
SecondarySoundBuffer m_DSoundBuffer;
DirectSound m_DirectSound;
string fileName = @"F:\\guitar-classical-E-octave0.wav";
public void setting()