Minor cosmetic change.

This commit is contained in:
the_fiddler 2008-01-06 10:40:50 +00:00
parent 4d7c6b2a31
commit 2ab661a472

View file

@ -62,7 +62,6 @@ namespace OpenTK.Platform.Windows
//case WindowMessage.NCMOUSEMOVE: //case WindowMessage.NCMOUSEMOVE:
mouse.X = msg.LParam.ToInt32() & 0x0000FFFF; mouse.X = msg.LParam.ToInt32() & 0x0000FFFF;
mouse.Y = (int)(msg.LParam.ToInt32() & 0xFFFF0000) >> 16; mouse.Y = (int)(msg.LParam.ToInt32() & 0xFFFF0000) >> 16;
return; return;
case WindowMessage.MOUSEWHEEL: case WindowMessage.MOUSEWHEEL: