mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 06:25:46 +00:00
Implemented getClipboard on Win32
This commit is contained in:
parent
f0954a9a70
commit
7f28edb980
2 changed files with 45 additions and 1 deletions
|
|
@ -59,6 +59,7 @@ public class SysTest {
|
|||
testTimer();
|
||||
testPriority();
|
||||
testUrl();
|
||||
testClipboard();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -174,6 +175,13 @@ public class SysTest {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Tests the clipboard. Helps to have something in it first...
|
||||
*/
|
||||
private void testClipboard() {
|
||||
System.out.println("Contents of clipboard: '"+Sys.getClipboard()+"'");
|
||||
}
|
||||
|
||||
/**
|
||||
* Tests the Sys class, and serves as basic usage test
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue