Skip to content

Commit

Permalink
Merge pull request #139 from kou-yeung/feature/fullscreen_20240511
Browse files Browse the repository at this point in the history
Feature/fullscreen 20240511
  • Loading branch information
kou-yeung authored May 11, 2024
2 parents 467a022 + 1876af3 commit 2c45e59
Show file tree
Hide file tree
Showing 17 changed files with 1,472 additions and 566 deletions.
32 changes: 0 additions & 32 deletions Assets/FullScreen.cs

This file was deleted.

11 changes: 0 additions & 11 deletions Assets/FullScreen.cs.meta

This file was deleted.

8 changes: 8 additions & 0 deletions Assets/Resources.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Assets/Resources/BillingMode.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"androidStore":"GooglePlay"}
7 changes: 7 additions & 0 deletions Assets/Resources/BillingMode.json.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions Assets/Sample.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine;
using UnityEngine.UI;
using WebGLSupport;


public class Sample : MonoBehaviour
Expand All @@ -14,4 +13,9 @@ public void OnEndEdit(InputField o)
{
Debug.Log(string.Format("Sample:OnEndEdit[{1}] ({0})", o.text, o.name));
}

public void OnClickFullScreen()
{
WebGLWindow.SwitchFullscreen();
}
}
Loading

0 comments on commit 2c45e59

Please sign in to comment.