Interface IGamepadNavigationHint
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
Returns
TryGetLeft(out IGamepadFocusable)
Return false to fallback to default generic navigation
Declaration
bool TryGetLeft(out IGamepadFocusable next)
Parameters
Returns
TryGetRight(out IGamepadFocusable)
Return false to fallback to default generic navigation
Declaration
bool TryGetRight(out IGamepadFocusable next)
Parameters
Returns
TryGetUp(out IGamepadFocusable)
Return false to fallback to default generic navigation
Declaration
bool TryGetUp(out IGamepadFocusable next)
Parameters
Returns