pymel.core.system.listInputDeviceButtons

listInputDeviceButtons(*args, **kwargs)

This command lists all of the buttons of the specified input device specified as an argument.

Derived from mel command maya.cmds.listInputDeviceButtons

Example:

import pymel.core as pm

import maya.cmds as cmds

# Returns a list of the buttons of the spaceball.
pm.listInputDeviceButtons( 'spaceball' )

Previous topic

pymel.core.system.listInputDeviceAxes

Next topic

pymel.core.system.listInputDevices

Core

Core Modules

Other Modules

This Page