Interface IKeyboardEvent
  
  
  
  
  Assembly: UnityEngine.dll
  Syntax
  
    public interface IKeyboardEvent
   
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  actionKey
  
  
  Declaration
  
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  altKey
  
  
  Declaration
  
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  character
  
  
  Declaration
  
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  commandKey
  
  
  Declaration
  
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ctrlKey
  
  
  Declaration
  
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  keyCode
  
  
  Declaration
  
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  modifiers
  
  
  Declaration
  
    EventModifiers modifiers { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  shiftKey
  
  
  Declaration
  
  Property Value
  
  Extension Methods