displayId property

int? displayId
getter/setter pair

Gets the display id.

Each logical display has a unique id. The default display has id [DEFAULT_DISPLAY]

Implementation

int? displayId = DEFAULT_DISPLAY;