NavigationMoveEvent.GetPooled

Declaration

public static UIElements.NavigationMoveEvent GetPooled(Vector2 moveVector, EventModifiers modifiers);

Parameters

moveVector The move vector.
modifiers The modifier keys held down during the event.

Returns

NavigationMoveEvent An initialized navigation event.

Description

Gets an event from the event pool and initializes it with the given values. Use this function instead of creating new events. Events obtained from this method should be released back to the pool using Dispose().


Declaration

public static UIElements.NavigationMoveEvent GetPooled(UIElements.NavigationMoveEvent.Direction direction, EventModifiers modifiers);

Parameters

direction The logical direction of the navigation.
modifiers The modifier keys held down during the event.

Returns

NavigationMoveEvent An initialized navigation event.

Description

Gets an event from the event pool and initializes it with the given values. Use this function instead of creating new events. Events obtained from this method should be released back to the pool using Dispose().

This method doesn't set any move vector. See other overload of the method for more information.


Did you find this page useful? Please give it a rating: