InputPreUpdateEventArgs Class
Namespace: Stride.InputAssembly: Stride.Input.dll
Arguments for input pre update event
                 System.Object →  System.EventArgs →  
                InputPreUpdateEventArgs
              
              
                 Derived from InputPreUpdateEventArgs: 
              
              
              
public class InputPreUpdateEventArgs : EventArgs
              | Name | Description | |
|---|---|---|
| Fields | ||
| GameTime | The game time passed to Update(GameTime)  | 
                          |
Fields
GameTime
The game time passed to Update(GameTime)
public GameTime GameTime
              Field Value
| Type | Description | 
|---|---|
| GameTime | 
Inherited Members
                  System.EventArgs.Empty