-
+
@@ -200,6 +225,10 @@ var isMobile = false;
if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)){ // does not detect iPad Pros.
isMobile=true; // if iOS, default to H264? meh. let's not.
}
+// Windows can show the cursor, since it captures in a different way.
+if (navigator.platform.indexOf("Win") != -1){
+ document.getElementById("showcursor").checked=true;
+}
function updateURLParameter(url, param, paramVal){
var TheAnchor = null;
diff --git a/index.html b/index.html
index cd3db4b..2b29ccf 100644
--- a/index.html
+++ b/index.html
@@ -51,8 +51,8 @@
-
-
+
+
@@ -62,8 +62,8 @@
-
-
+
+