在 Jupyter Notebook 中使用游戏控制器

在 Jupyter Notebook 中使用游戏控制器#

控制器部件会自动检测已连接的游戏手柄和操纵杆。

# Imports for JupyterLite
%pip install -q ipywidgets
Note: you may need to restart the kernel to use updated packages.
Controller()

在连接了多个控制器的情况下,你可以通过索引来指定不同的控制器。

Controller(index=1)