Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1025050 // monitorOff - turn monitor off (works on Windows and Linux)

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (4977L/35K).

svoid monitorOff() {
  if (isWindows())
    windows_monitorOff();
  else
    linux_turnDisplayOff();
}

Author comment

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: 127 / 227
Referenced in: [show references]