15/01/13 17:35:56.93 YBEoghGf.net
すいません。これvjoyっツールのSDKにあったPOVの指定なんですが、何をしているのかさっぱりわかりません。これに入れるためのXとYの値があった場合、どう処理したらよいのでしょうか
/*** Create the data packet that holds the entire position info ***/
// Set the device ID
id = (BYTE)iInterface;
iReport.bDevice = id;
// Set values in four axes (Leave the rest in default state)
iReport.wAxisX=X;iReport.wAxisY=Y;iReport.wAxisZ=Z;iReport.wAxisZRot=ZR;
// Set buttons one by one
iReport.lB