Delegate WindowResolutionChangeDelegate
Namespace: AltV.Net.Client.Events
Assembly: AltV.Net.Client.dll
Syntax
public delegate void WindowResolutionChangeDelegate(Vector2 oldResolution, Vector2 newResolution);
Parameters
Type | Name | Description |
---|---|---|
System.Numerics.Vector2 | oldResolution | |
System.Numerics.Vector2 | newResolution |