VkGLFW3  0.3.0
Vulkan-focused C# 7 object-oriented window/input system based on GLFW3
Public Attributes | List of all members
VkGLFW3.SizeChangedEventArgs Struct Reference

Event args for the size changed event. More...

Collaboration diagram for VkGLFW3.SizeChangedEventArgs:
Collaboration graph
[legend]

Public Attributes

Window Source
 The event source. More...
 
int Width
 The new width. More...
 
int Height
 The new height. More...
 

Detailed Description

Event args for the size changed event.

Definition at line 11 of file Structs.cs.

Member Data Documentation

int VkGLFW3.SizeChangedEventArgs.Height

The new height.

Definition at line 23 of file Structs.cs.

Window VkGLFW3.SizeChangedEventArgs.Source

The event source.

Definition at line 15 of file Structs.cs.

int VkGLFW3.SizeChangedEventArgs.Width

The new width.

Definition at line 19 of file Structs.cs.


The documentation for this struct was generated from the following file: