Xinput pad 模拟程序DLL是一个代理DLL, 目的是为了将兼容DirectInput的游戏手柄能够被支持XBox360手柄的游戏所识别。并且能够使普通手柄在原本只支持xbox360手柄震动的游戏中也能震动。本配置程序是为了配置手柄的键位映射关系,使得你的手柄能够尽量跟XBox360手柄的…
<?phpnamespace app\admin\controller;use app\admin\model\Esones;
use app\common\lib\ES;
use think\Controller;
use think\Request;class Esone extends Controller
{/*** 显示资源列表** return \think\Response*///创建索引public function index(){//视图渲染retur…