mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 20:05:30 +00:00
[Input] Added internal MouseDevice.Position getter
This commit is contained in:
parent
f2eca2924f
commit
24b19d2487
|
@ -232,6 +232,10 @@ namespace OpenTK.Input
|
|||
/// </summary>
|
||||
internal Point Position
|
||||
{
|
||||
get
|
||||
{
|
||||
return pos;
|
||||
}
|
||||
set
|
||||
{
|
||||
pos = value;
|
||||
|
|
Loading…
Reference in a new issue