[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>
internal Point Position
{
get
{
return pos;
}
set
{
pos = value;