Code: Select all
dim as MMRESULT result2
dim as LPJOYINFOEX joystuff
joystuff->dwSize = sizeof(joystuff)
joystuff->dwFlags = JOY_RETURNALL
result2 = joyGetPosEx (0, joystuff)
No workie. :( What gives? I'm kind of new at this pointer mangling hooplah.