mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-24 02:35:36 +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>
|
/// </summary>
|
||||||
internal Point Position
|
internal Point Position
|
||||||
{
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return pos;
|
||||||
|
}
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
pos = value;
|
pos = value;
|
||||||
|
|
Loading…
Reference in a new issue