Fixing missing bin files the right way. Adding a bunch of fixes to window flags being passed in, adding multitouch support to iOS, testing touch and other events on iOS, adding window size fix on iOS, adding features for depth/stencil buffer
This commit is contained in:
@@ -14,9 +14,16 @@ class ApplicationMain {
|
||||
_main_ = new ::APP_MAIN::();
|
||||
|
||||
var config = {
|
||||
width : ::WIN_WIDTH::,
|
||||
height : ::WIN_HEIGHT::,
|
||||
title : "::APP_TITLE::"
|
||||
fullscreen : ::WIN_FULLSCREEN::,
|
||||
resizable : ::WIN_RESIZABLE::,
|
||||
borderless : ::WIN_BORDERLESS::,
|
||||
aliasing : ::WIN_ANTIALIASING::,
|
||||
stencil_buffer : ::WIN_STENCIL_BUFFER::,
|
||||
depth_buffer : ::WIN_DEPTH_BUFFER::,
|
||||
vsync : ::WIN_VSYNC::,
|
||||
width : ::WIN_WIDTH::,
|
||||
height : ::WIN_HEIGHT::,
|
||||
title : "::APP_TITLE::"
|
||||
};
|
||||
|
||||
//Start up
|
||||
|
||||
Reference in New Issue
Block a user