Skip to content

Commit

Permalink
added mocks for safeArea
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdugne committed Jun 1, 2020
1 parent 9cfa42c commit 0ebba50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/mocks/display.lua
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,10 @@ display = {
BottomRightReferencePoint = 3,
contentWidth = 640,
contentHeight = 960,
safeActualContentWidth = 640,
safeActualContentHeight = 900,
safeScreenOriginX = 0,
safeScreenOriginY = 30,
screenOriginX = 0,
screenOriginY = 0,
contentScaleY = 1,
Expand Down

0 comments on commit 0ebba50

Please sign in to comment.