Move update/frameRate to Window and flatten Application convenience callbacks to fire only from the primary window

This commit is contained in:
Joshua Granick
2018-06-28 20:24:00 -07:00
parent 55ee251bb7
commit 355aa29d56
14 changed files with 734 additions and 752 deletions

View File

@@ -17,7 +17,6 @@ package;
build: "::meta.buildNumber::",
company: "::meta.company::",
file: "::APP_FILE::",
fps: ::WIN_FPS::,
name: "::meta.title::",
orientation: "::WIN_ORIENTATION::",
packageName: "::meta.packageName::",
@@ -33,6 +32,7 @@ package;
colorDepth: ::colorDepth::,
depthBuffer: ::depthBuffer::,
display: ::display::,
fps: ::fps::,
fullscreen: ::fullscreen::,
hardware: ::hardware::,
height: ::height::,