SurfaceSizeChangedEventArgs Class
Namespace: Stride.InputAssembly: Stride.Input.dll
An event for when the size of a pointer surface changed
System.Object → System.EventArgs →
SurfaceSizeChangedEventArgs
Derived from SurfaceSizeChangedEventArgs:
public class SurfaceSizeChangedEventArgs : EventArgs
| Name | Description | |
|---|---|---|
| Fields | ||
| NewSurfaceSize | The new size of the surface |
|
Fields
NewSurfaceSize
The new size of the surface
public Vector2 NewSurfaceSize
Field Value
| Type | Description |
|---|---|
| Vector2 |
Inherited Members
System.EventArgs.Empty