 |
PGE Engine
|
31 PGE_Rect(
int x,
int y,
int w,
int h);
35 void setRect(
int x,
int y,
int w,
int h);
36 void setPos(
int x,
int y);
37 void setSize(
int w,
int h);
42 void setBottom(
int b);
47 void setHeight(
int h);
54 void setTopLeft(
int l,
int t);
55 void setTopRight(
int r,
int t);
56 void setBottomRight(
int r,
int b);
57 void setBottomLeft(
int l,
int b);
73 bool collidePoint(
int x,
int y);
74 bool collideRect(
int x,
int y,
int w,
int h);