B
    p[	                 @   s   d Z ddlmZ ddlmZmZ ddlmZ ddlm	Z	 ddl
mZ ddlmZmZmZmZmZ eG d	d
 d
eee	ZeG dd deee	ZeG dd dee	ZdS )z@Controller class.

Represents a Gamepad or Joystick controller.
   )ValueWidget)registerwidget_serialization)	DOMWidget)
CoreWidget)
TypedTuple    )BoolIntFloatUnicodeInstancec               @   s\   e Zd ZdZedddddjddZeddd	jddZe	d
jddZ
e	djddZdS )Buttonz(Represents a gamepad or joystick button.g        g      ?TzThe value of the button.)minmax	read_onlyhelp)synczWhether the button is pressed.)r   r   ZControllerButtonViewZControllerButtonModelN)__name__
__module____qualname____doc__r   tagvaluer	   Zpressedr   
_view_name_model_name r   r   Clib/python3.7/site-packages/ipywidgets/widgets/widget_controller.pyr      s
   r   c               @   sH   e Zd ZdZedddddjddZedjddZed	jddZ	d
S )Axisz&Represents a gamepad or joystick axis.g      g      ?TzThe value of the axis.)r   r   r   r   )r   ZControllerAxisViewZControllerAxisModelN)
r   r   r   r   r   r   r   r   r   r   r   r   r   r   r      s   r   c               @   s   e Zd ZdZeddjddZedddjddZedddjddZ	e
dd	djddZedd
djddZeeedddjf ddieZeeedddjf ddieZedjddZedjddZdS )
ControllerzRepresents a game controller.z The id number of the controller.)r   T)r   zThe name of the controller.)r   r   z The name of the control mapping.z!Whether the gamepad is connected.z5The last time the data from this gamepad was updated.zThe buttons on the gamepad.)Ztraitr   r   r   zThe axes on the gamepad.ZControllerViewZControllerModelN)r   r   r   r   r
   r   indexr   namemappingr	   Z	connectedr   Z	timestampr   r   r   r   Zbuttonsr   Zaxesr   r   r   r   r   r   r   $   s   ""r   N)r   Zvaluewidgetr   Zwidgetr   r   Z	domwidgetr   Zwidget_corer   Ztrait_typesr   Z	traitletsr	   r
   r   r   r   r   r   r   r   r   r   r   <module>   s   	