Spaces:
Runtime error
Runtime error
File size: 348 Bytes
d82cf6a |
1 2 3 4 5 6 7 8 9 10 11 12 |
from .darwin_hid import get_devices
from .darwin_hid import get_joysticks
from .darwin_hid import get_apple_remote
from .darwin_hid import get_controllers
from .darwin_hid import DarwinControllerManager as ControllerManager
def get_tablets(display=None):
import warnings
warnings.warn("Tablets not yet supported on macOS.")
return []
|