abstract struct SF::Event::SizeEvent
- SF::Event::SizeEvent
- SF::Event
- Struct
- Value
- Object
Overview
Size events parameters (Resized)
Direct Known Subclasses
Defined in:
window/obj.crConstructors
Instance Method Summary
- 
        #dup : SizeEvent
        
          Returns a shallow copy of this object. 
- 
        #height : UInt32
        
          New height, in pixels 
- #height=(height : Int)
- 
        #width : UInt32
        
          New width, in pixels 
- #width=(width : Int)
Instance methods inherited from struct SF::Event
  
  
    
      initialize
    initialize
    
  
    
  Constructor methods inherited from struct SF::Event
  
  
    
      new
    new
    
  
    
  
    
    
    
  
    
    
    
  
    
    
    
  
Constructor Detail
Instance Method Detail
              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.