abstract struct SF::Event::TextEvent
- SF::Event::TextEvent
- SF::Event
- Struct
- Value
- Object
Overview
Text event parameters (TextEntered)
Direct Known Subclasses
Defined in:
window/obj.crConstructors
Instance Method Summary
- 
        #dup : TextEvent
        
          Returns a shallow copy of this object. 
- 
        #unicode : UInt32
        
          UTF-32 Unicode value of the character 
- #unicode=(unicode : 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.