abstract struct SF::Event::JoystickConnectEvent
- SF::Event::JoystickConnectEvent
- SF::Event
- Struct
- Value
- Object
Overview
Joystick connection events parameters (JoystickConnected, JoystickDisconnected)
Direct Known Subclasses
Defined in:
window/obj.crConstructors
Instance Method Summary
- 
        #dup : JoystickConnectEvent
        
          Returns a shallow copy of this object. 
- 
        #joystick_id : UInt32
        
          Index of the joystick (in range `0 ... 
- #joystick_id=(joystick_id : Int)
Instance methods inherited from struct SF::Event
  
  
    
      initialize
    initialize
    
  
    
  Constructor methods inherited from struct SF::Event
  
  
    
      new
    new
    
  
    
  
    
    
    
  
    
    
    
  
    
    
    
  
Constructor Detail
Instance Method Detail
        
        def dup : JoystickConnectEvent
        #
      
      
        
              Description copied from struct Value
            
          
          Returns a shallow copy of this object.
Because Value is a value type, this method returns self,
which already involves a shallow copy of this object because
value types are passed by value.