mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-23 22:21:13 +00:00
Marked as obsolete.
This commit is contained in:
parent
918b7b49ce
commit
1fda34a76c
|
@ -10,6 +10,7 @@ using System.Text;
|
|||
|
||||
namespace OpenTK.Platform
|
||||
{
|
||||
[Obsolete]
|
||||
public interface IResizable
|
||||
{
|
||||
int Height { get; set; }
|
||||
|
@ -23,8 +24,10 @@ namespace OpenTK.Platform
|
|||
event ResizeEvent Resize;
|
||||
}
|
||||
|
||||
[Obsolete]
|
||||
public delegate void ResizeEvent(object sender, ResizeEventArgs e);
|
||||
|
||||
[Obsolete]
|
||||
public class ResizeEventArgs : EventArgs
|
||||
{
|
||||
public int Width, Height;
|
||||
|
|
Loading…
Reference in a new issue