Search Results for

    Show / Hide Table of Contents

    Interface IGamepadNavigationHint

    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public interface IGamepadNavigationHint

    Methods

    TryGetDown(out IGamepadFocusable)

    Return false to fallback to default generic navigation

    Declaration
    bool TryGetDown(out IGamepadFocusable next)
    Parameters
    Type Name Description
    IGamepadFocusable next
    Returns
    Type Description
    bool

    TryGetLeft(out IGamepadFocusable)

    Return false to fallback to default generic navigation

    Declaration
    bool TryGetLeft(out IGamepadFocusable next)
    Parameters
    Type Name Description
    IGamepadFocusable next
    Returns
    Type Description
    bool

    TryGetRight(out IGamepadFocusable)

    Return false to fallback to default generic navigation

    Declaration
    bool TryGetRight(out IGamepadFocusable next)
    Parameters
    Type Name Description
    IGamepadFocusable next
    Returns
    Type Description
    bool

    TryGetUp(out IGamepadFocusable)

    Return false to fallback to default generic navigation

    Declaration
    bool TryGetUp(out IGamepadFocusable next)
    Parameters
    Type Name Description
    IGamepadFocusable next
    Returns
    Type Description
    bool
    In This Article
    Back to top Shape of Dreams API Documentation