一、开始游戏没设置room_name参数,无开房#
1、查看是否设置了,handle_device参数(非必填),不填则所有手柄(4个)可用二、开始游戏设置了room_name参数,开了房间#
1、查看是否设置了,handle_device参数(必填),不填则只生效一个手柄
2、handle_device参数(json序列化字符串), handle_device='{"gp":15,"kb":1,"tc":1}',
gp转二进制15=1111,按4个位置,一 位0和1表示对应手柄权限;kb键盘权限,1和0;tc触摸权限,1和0修改于 2025-07-03 02:30:17