Table of Contents

Interface IPlatformBackButton

Namespace
Microsoft.Xna.Framework
Assembly
MonoGame.Framework.dll

Allows for platform specific handling of the Back button.

public interface IPlatformBackButton

Methods

Handled()

Return true if your game has handled the back button event return false if you want the operating system to handle it.

bool Handled()

Returns

bool