Changeset 41

Show
Ignore:
Timestamp:
07/10/07 20:50:32 (1 year ago)
Author:
Deformative
Message:

Did some work on surfaces and input

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/demo1/main.d

    r40 r41  
    8383    void onResize(Surface self, Vec2i difference){ 
    8484        camera.setResolution(self.size.x, self.size.y); 
     85        writefln("Resolution changed to ", self.size.x, " x " self.size.y); 
    8586    } 
    8687