Searched defs:gameHeight (Results 1 – 3 of 3) sorted by relevance
27 public int gameHeight; field in ContextParameters
64 public GameRenderer(Context context, Game game, int gameWidth, int gameHeight) { in GameRenderer()
62 …strap(Context context, int viewWidth, int viewHeight, int gameWidth, int gameHeight, int difficult… in bootstrap()