mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 06:05:39 +00:00
7 lines
186 B
Plaintext
7 lines
186 B
Plaintext
|
// Customizations for Viewport.
|
||
|
// Author: Lee Mallabone <gnome@fonicmonkey.net>
|
||
|
|
||
|
// Make a default constructor that wraps typical usage.
|
||
|
public Viewport (): this (null, null) {
|
||
|
}
|