mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-24 19:46:55 +00:00
[Input] Removed pointless ValuePrecise setter
This commit is contained in:
parent
7af710f4dd
commit
1096a8802a
|
@ -356,7 +356,6 @@ namespace OpenTK.Input
|
||||||
public float ValuePrecise
|
public float ValuePrecise
|
||||||
{
|
{
|
||||||
get { return Mouse.Scroll.Y; }
|
get { return Mouse.Scroll.Y; }
|
||||||
internal set { Mouse.SetScrollAbsolute(Mouse.Scroll.X, value); }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in a new issue