Skip to main content

The "vngen_do_log_nav_touch" Function

Syntax#

vngen_do_log_nav_touch();
ArgumentTypeDescription
N/AN/ANo arguments

Description#

Listens for touch input while the log is visible and scrolls when swipe gestures are detected.

Intended to be run in the Step Event.

Note that while this script is intended for touch input, it is also possible to click and drag the mouse to scroll the backlog while this script is active.

Example#

vngen_do_log_nav_touch();