code.witches.io/go/sdl2@v0.1.1/internal/rect.go (about)

     1  package internal
     2  
     3  type Rect struct {
     4  	X, Y, W, H int32
     5  }
     6  
     7  type Point struct {
     8  	X, Y int32
     9  }