chaos.desktopext: | Functions | Modinfo | Source |
Function DesktopCount:Int () | |||||||
Returns | Anzahl als Integer. | ||||||
Description | Anzahl der Desktops (Monitore) abfragen. | ||||||
Information |
|
Function DesktopDepth:Int (screen:Int=0) | |||||||||||||||||||
Returns | Tiefe als Integer. | ||||||||||||||||||
Description | Tiefe des Desktops (Monitors) abfragen. | ||||||||||||||||||
Information |
|
Function DesktopHeight:Int (screen:Int=0) | |||||||||||||||||||||||||
Returns | Höhe als Integer. | ||||||||||||||||||||||||
Description | Höhe des Desktops (Monitors) abfragen. | ||||||||||||||||||||||||
Information |
|
Function DesktopHertz:Int (screen:Int=0) | |||||||||||||||||||
Returns | Wiederholrate als Integer. | ||||||||||||||||||
Description | Wiederholrate des Desktops (Monitors) abfragen. | ||||||||||||||||||
Information |
|
Function DesktopMouseX:Int () | |||||||
Returns | X-Koordinate als Integer. | ||||||
Description | Globale Maus X-Koordinate abfragen. | ||||||
Information |
|
Function DesktopMouseY:Int () | |||||||
Returns | Y-Koordinate als Integer. | ||||||
Description | Globale Maus Y-Koordinate abfragen. | ||||||
Information |
|
Function DesktopPixmap:TPixmap (flag:Byte = True) | |||||||
Returns | Screenshot als TPixmap. | ||||||
Description | Screenshot des Desktops in einer Pixmap erstellen. | ||||||
Information |
|
Function DesktopWidth:Int (screen:Int=0) | |||||||||||||||||||||||||
Returns | Breite als Integer. | ||||||||||||||||||||||||
Description | Breite des Desktops (Monitors) abfragen. | ||||||||||||||||||||||||
Information |
|
Function DesktopX:Int (screen:Int = 0) | |||||||||||||||||||
Returns | X-koordinate als Integer. | ||||||||||||||||||
Description | X-Koordinate des Desktops (Monitors) abfragen. | ||||||||||||||||||
Information |
|
Function DesktopY:Int (screen:Int = 0) | |||||||||||||||||||
Returns | Y-koordinate als Integer. | ||||||||||||||||||
Description | Y-Koordinate des Desktops (Monitors) abfragen. | ||||||||||||||||||
Information |
|
Function GetDesktopMode:Int (width:Int Var, height:Int Var, depth:Int Var, hertz:Int Var, screen:Int=0) | |
Description | Breite, Höhe, Tiefe und Wiederholrate des Desktops (Monitors) abfragen. |
Information | Kompatibilität siehe DesktopWidth(), DesktopHeight(), DesktopDepth() und DesktopHertz() |
Version | 1.12 |
---|---|
Modserver | BlitzHelp |
Author | hamZta, Suco-X, d-bug |
License | Public Domain |
Contact | d-bug@chaos-interactive.de |
Homepage | www.chaos-interactive.de |
History | 1.12 Macos 'identifer screen not found' bug behoben |
History | 1.11 Win32 Unterstützung mehrerer Desktops überarbeitet (danke klepto2 und Suco-X) |
History | 1.10 Unterstützung mehrerer Monitore für Win32 implementiert |
History | 1.09 Pixmap wird wieder konvertiert |
History | 1.08 Optionaler Flip und Pixmapformatierung bei DesktopPixmap implementiert |
History | 1.07 Unterstützung mehrerer Monitore für MacOS implementiert |
History | 1.06 'TPixmap not found' repariert |
History | 1.05 DesktopMouseX() bzw DesktopMouseY() für Win32 |
History | 1.04 DesktopPixmap() für Win32 |
History | 1.03 Dokumentation ist ab jetzt in deutsch |
History | 1.02 Scope von dbug. nach chaos. geändert |
History | 1.01 ReleaseDC eingefügt |
History | 1.00 Erster Release (16.05.2006) |