Window.SetVerticalSyncEnabled Method

SFML.Net

WindowSetVerticalSyncEnabled Method
Enable / disable vertical synchronization

Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public virtual void SetVerticalSyncEnabled(
	bool enable
)
Public Overridable Sub SetVerticalSyncEnabled ( 
	enable As Boolean
)
public:
virtual void SetVerticalSyncEnabled(
	bool enable
)
abstract SetVerticalSyncEnabled : 
        enable : bool -> unit 
override SetVerticalSyncEnabled : 
        enable : bool -> unit 

Parameters

enable
Type: SystemBoolean
True to enable v-sync, false to deactivate
See Also