var fDesc=new Array(); fDesc[0] = "Software server and driver optimized to achieve best communication performance between Android App and PC which allows a real gamepad emulation.
MaxJoypad driver allows the App to be recognized as a real gamepad for Windows.
3D button skin interface that mimics a real gamepad look and fill.
Wifi and Bluetooth communication support.
Multiplayer support up to 4 players.
Setup of specific network parameters such as the IP address and ports although MaxJoypad App is able to scan and to do network setup automatically on Wifi mode.
The Macro feature turns gameplay experience easier and uncomplicated for beginner and pro players. It allows to record special movements and gameplay actions and associate that with Macro buttons.
Gamepad profile management feature which enables players to disable undesired buttons or configure its behavior like the press and hold mode.
Xbox 360 controller emulation through x360ce.
It does not require administrative privileges for running server software on Windows.
Installation package and driver signed digitally for safety.
Quick server and driver installation."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }