Table of Contents

Method GetCurrentPlatformMouseFlags

Namespace
Terminal.Gui.Input
Assembly
Terminal.Gui.dll

GetCurrentPlatformMouseFlags()

Returns the mouse flags applicable to the current operating system. Yields all All flags followed by the platform-specific flags.

public IEnumerable<MouseFlags> GetCurrentPlatformMouseFlags()

Returns

IEnumerable<MouseFlags>