Libraryless. Click here for Pure Java version (4977L/35K).
1 | svoid monitorOff() {
|
2 | if (isWindows()) |
3 | windows_monitorOff(); |
4 | else |
5 | linux_turnDisplayOff(); |
6 | } |
Began life as a copy of #1025049
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, ishqpsrjomds, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1025050 |
| Snippet name: | monitorOff - turn monitor off (works on Windows and Linux) |
| Eternal ID of this version: | #1025050/1 |
| Text MD5: | 0654b320957a2f1ed66e6da823f39756 |
| Transpilation MD5: | b9b3ed631b3da48dd8c539ae7487f8a5 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-09-03 14:29:33 |
| Source code size: | 107 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 409 / 586 |
| Referenced in: | [show references] |