# Screen size in pixels
###############
screen.width=240 --------------->这是模拟器全屏幕的宽度
screen.height=320 --------------->这是模拟器全屏幕的高度
# The region of the screen available to graphics commands
# This section is optional. It defines the drawable region
# of the screen to be a subregion of the whole screen area.
###############
screenPaintableRegion.x=0
screenPaintableRegion.y=10
screenPaintableRegion.width=240 --------------->这是模拟器实际非全屏幕的宽度。
screenPaintableRegion.height=290 --------------->这是模拟器实际非全屏幕的宽度。
# Screen size in pixels
###############
screen.width=240 --------------->这是模拟器全屏幕的宽度
screen.height=320 --------------->这是模拟器全屏幕的高度
# The region of the screen available to graphics commands
# This section is optional. It defines the drawable region
# of the screen to be a subregion of the whole screen area.
###############
screenPaintableRegion.x=0
screenPaintableRegion.y=10
screenPaintableRegion.width=240 --------------->这是模拟器实际非全屏幕的宽度。
screenPaintableRegion.height=290 --------------->这是模拟器实际非全屏幕的宽度。