LinuxJoystickDevice

from panda3d.core import LinuxJoystickDevice
class LinuxJoystickDevice

Bases: InputDevice

This is a type of device that uses the Linux /dev/input/js# API to read data from a game controller.

New in version 1.10.0.

Inheritance diagram

Inheritance diagram of LinuxJoystickDevice

__init__(*args, **kwargs)
checkEvents()

C++ Interface: check_events(LinuxJoystickDevice self)

/**
  • Returns true if there are pending events.

*/

check_events()

C++ Interface: check_events(LinuxJoystickDevice self)

/**
  • Returns true if there are pending events.

*/

getClassType()

C++ Interface: get_class_type()

get_class_type()

C++ Interface: get_class_type()