Unit 'mui' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

tMUI_InputHandlerNode

Declaration

Source position: mui.pas line 500

type tMUI_InputHandlerNode = record

  ihn_Node: tMinNode;

  ihn_Object: pObject_;

  ihn_stuff: record

    case LongInt of

      0: (

          ihn_sigs: ULONG;

        );

      1: (

          ihn_timer: record

            ihn_millis: Word;

            ihn_current: Word;

          end;

        );

  end;

  ihn_Flags: ULONG;

  ihn_Method: ULONG;

end;


Documentation generated on: 2023-03-18