mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-24 15:06:58 +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
|
||||
{
|
||||
get { return Mouse.Scroll.Y; }
|
||||
internal set { Mouse.SetScrollAbsolute(Mouse.Scroll.X, value); }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in a new issue