Skip to main content

Meta_KeyStateGuard

Module: Metanodes / Definitions

A KeyStateGuard prevents script event dispatch unless the key is currently being pressed.

#include <meta_script.hpp>

Public Types

TypeName
enumIDX { Idx_KeyCode, Idx_KeyState }
Property index.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_KeyCodeint - Key code
Idx_KeyStatebool - Whether the key must be pressed in order to pass

Property index.