Mercurial > sdl-ios-xcode
view XCodeiPhoneOS/Demos/src/common.h @ 3195:08747e24a50f
Mouse events now report the correct window id and window enter/leave events are now reported.
author | Bob Pendleton <bob@pendleton.com> |
---|---|
date | Thu, 11 Jun 2009 20:08:33 +0000 |
parents | f55c87ae336b |
children |
line wrap: on
line source
/* * common.h * written by Holmes Futrell * use however you want */ #define SCREEN_WIDTH 320 #define SCREEN_HEIGHT 480 extern int randomInt(int min, int max); extern float randomFloat(float min, float max); extern void fatalError(const char *string);