Usermode/axwin2 - Commenting changes
authorJohn Hodge <[email protected]>
Thu, 4 Aug 2011 00:16:15 +0000 (08:16 +0800)
committerJohn Hodge <[email protected]>
Thu, 4 Aug 2011 00:16:15 +0000 (08:16 +0800)
Usermode/Applications/axwin2_src/WM/input.c

index 0517993..85c649d 100644 (file)
@@ -11,8 +11,11 @@ int Input_Init(void)
        struct {
                 int    Num, Value;
        }       num_value;
+
+       // Open mouse for RW
        giMouseFD = open(gsMouseDevice, 3);
 
+       // Set mouse limits
        num_value.Num = 0;
        num_value.Value = giScreenWidth;
        ioctl(giMouseFD, 6, &num_value);

UCC git Repository :: git.ucc.asn.au