Namespace: DeltaEngine.PlatformsAssembly: DeltaEngine.WindowsGLFW2 (in DeltaEngine.WindowsGLFW2.dll) Version: 1.1.1.0 (1.1.1)
public event Action<Size, bool> FullscreenChanged
public event Action<Size, bool> FullscreenChanged
Public Event FullscreenChanged As Action(Of Size, Boolean)
Public Event FullscreenChanged As Action(Of Size, Boolean)
public:
virtual event Action<Size, bool>^ FullscreenChanged {
void add (Action<Size, bool>^ value);
void remove (Action<Size, bool>^ value);
}
public:
virtual event Action<Size, bool>^ FullscreenChanged {
void add (Action<Size, bool>^ value);
void remove (Action<Size, bool>^ value);
}
abstract FullscreenChanged : IEvent<Action<Size, bool>,
EventArgs>
override FullscreenChanged : IEvent<Action<Size, bool>,
EventArgs>
abstract FullscreenChanged : IEvent<Action<Size, bool>,
EventArgs>
override FullscreenChanged : IEvent<Action<Size, bool>,
EventArgs>
Value
Type:
System Action Size,
Boolean Implements
Window FullscreenChanged