struct TWsDisplayChangedEvent |
Display changed events.
These events are generated by attaching, detaching the display device, changing the resolution list or change current resolution or backgound (change the current configuration). MDisplayControl::EnableDisplayChangeEvents()
Public Attributes | |
---|---|
TInt | iConfigurationChangeId |
TInt | iDisplayNumber |
TInt | iResolutionListChangeId |
TInt | iConfigurationChangeId |
Opaque value that changes when the current display configuration has changed.
Compare values in subsequent events to determine whether the current resolution has changed since the last event.
TInt | iDisplayNumber |
Number of display that has changed, causing this event. This is also known as the screen number, and is zero-based.
TInt | iResolutionListChangeId |
Opaque value that changes when the resolution list has changed.
Compare values in subsequent events to determine whether the list of available resolutions has changed since the last event.
MDisplayControlBase::GetResolutions