Exemplo n.º 1
0
/** constructor **/
FTNoIR_Protocol::FTNoIR_Protocol()
{
    VJoy_Initialize("", "");
}
Exemplo n.º 2
0
FTNoIR_Protocol::FTNoIR_Protocol()
{
    static char meh[1] = {0};
    VJoy_Initialize(meh, meh);
}