ó
Ä‚Œ\c           @  si   d  d l  m Z d  d l Z d  d l Z e Z d e j j j	 f d „  ƒ  YZ
 i  Z d „  Z d „  Z d S(   iÿÿÿÿ(   t   print_functionNt   JoyBehaviorc           B  s   e  Z d  Z RS(   s|   
    This is a behavior intended for joystick calibration. If a joystick
    event occurs, this returns it as a string.
    (   t   __name__t
   __module__t   __doc__(    (    (    so   C:\Users\romet\Desktop\TwistedScarlett Patreon Pack #13\FriendshipwithBenefits-0.1-pc\renpy\display\joystick.pyR   "   s   c           C  s   t  j j ƒ  S(   N(   t   pygame_sdl2t   joystickt	   get_count(    (    (    so   C:\Users\romet\Desktop\TwistedScarlett Patreon Pack #13\FriendshipwithBenefits-0.1-pc\renpy\display\joystick.pyt   count-   s    c         C  sE   |  t  k r t  |  Sy" t j j |  ƒ t  |  <t  |  SWn d  SXd  S(   N(   t	   joysticksR   R   t   Joystickt   None(   t   n(    (    so   C:\Users\romet\Desktop\TwistedScarlett Patreon Pack #13\FriendshipwithBenefits-0.1-pc\renpy\display\joystick.pyt   get1   s    (   t
   __future__R    t   renpy.displayt   renpyR   t   Falset   enabledt   displayt   layoutt   NullR   R	   R   R   (    (    (    so   C:\Users\romet\Desktop\TwistedScarlett Patreon Pack #13\FriendshipwithBenefits-0.1-pc\renpy\display\joystick.pyt   <module>   s   	