ClanSoft logo
ClanSoft logo

    CL_InputBuffer::CL_InputBuffer

Syntax

CL_InputBuffer(
         thSignal_v4<CL_Component *,
        CL_InputDevice *,
        CL_Key,
        bool &> &sig_key_down,
        thSignal_v3<CL_Component *,
        CL_InputDevice *,
        CL_Key> &sig_key_up);

Description

Constructs an input buffer that attaches itself to the specified signals. Use it to buffer input from a GUI component.


Back to index



This page was built using the Perceps documentation system.