Better WindowClass handling, Added Clipboard

This commit is contained in:
Simon Lübeß
2024-09-15 18:45:30 +02:00
parent 2e3c0d0aa4
commit 4d7863dcb3
7 changed files with 726 additions and 83 deletions
+1
View File
@@ -82,5 +82,6 @@
<body>
<div id="msg"></div>
<button id="btn" onclick="HandleClick();">Click Me!</button>
<input type="text" id="testInput" value="Hello World!"></input>
</body>
</html>