struct SF::Event::KeyPressed
  
  
    
  
    Overview
  
  A key was pressed (data in event.key)
  
    
  
    Defined in:
  
  
    
      
        window/obj.cr
      
    
    
  
  
    
  Instance methods inherited from struct SF::Event::KeyEvent
  
  
    
      alt : Bool
    alt, 
    
  
    
      alt=(alt : Bool)
    alt=, 
    
  
    
      code : Keyboard::Key
    code, 
    
  
    
      code=(code : Keyboard::Key)
    code=, 
    
  
    
      control : Bool
    control, 
    
  
    
      control=(control : Bool)
    control=, 
    
  
    
      dup : KeyEvent
    dup, 
    
  
    
      shift : Bool
    shift, 
    
  
    
      shift=(shift : Bool)
    shift=, 
    
  
    
      system : Bool
    system, 
    
  
    
      system=(system : Bool)
    system=
    
  
    
  Constructor methods inherited from struct SF::Event::KeyEvent
  
  
    
      new
    new
    
  
    
  
    
  Instance methods inherited from struct SF::Event
  
  
    
      initialize
    initialize
    
  
    
  Constructor methods inherited from struct SF::Event
  
  
    
      new
    new