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

6
LINES

< > BotCompany Repo | #1025049 // monitorOn - turn monitor on (works on Windows and Linux)

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

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

svoid monitorOn() {
  if (isWindows())
    windows_monitorOn();
  else
    linux_turnDisplayOn();
}

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: #1025049
Snippet name: monitorOn - turn monitor on (works on Windows and Linux)
Eternal ID of this version: #1025049/1
Text MD5: 0f5fdf49acf937fd70403e824d503aa1
Transpilation MD5: 8a8f8c1e9ea880b5ab250b6affb6f1da
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:12
Source code size: 104 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 152 / 219
Referenced in: [show references]