[Input] Added internal MouseDevice.Position getter

This commit is contained in:
thefiddler 2014-04-27 09:38:55 +02:00
parent f2eca2924f
commit 24b19d2487

View file

@ -232,6 +232,10 @@ namespace OpenTK.Input
/// </summary> /// </summary>
internal Point Position internal Point Position
{ {
get
{
return pos;
}
set set
{ {
pos = value; pos = value;