sysGetMonitors

Returns the number of connected monitors.

System

Parameters & Returns

Parameters

This function takes no parameters.

Returns

Int

Quick Summary

Returns the number of connected monitors.

Technical Exegesis...

Reports how many displays are attached, so you can enumerate them (0 .. count-1) with the other sysGetMonitor* calls.

Example

Example.bam
; No example implemented yet