14.06.2011

GameThread setters and getters

posted by Karsten

/* * Getter and setter */ public void setSurfaceHolder(SurfaceHolder h) { mSurfaceHolder = h; } public boolean isRunning() { return mRun; } public void setRunning(boolean running) { mRun = running; } public int getMode() { return mMode; } public void setMode(int mMode) { this.mMode = mMode; }

Share

Place your comment

Please fill your data and comment below.
Name
Email
Website
Your comment