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

tMUI_InputHandlerNode

Declaration

Source position: mui.pas line 536

type tMUI_InputHandlerNode = record

  ihn_Node: TMinNode;

  

  ihn_Object: PObject_;

  

  ihn_stuff: record

  

    case LongInt of

      0: (

          ihn_sigs: LongWord;

  

        );

      1: (

          ihn_timer: record

  

            ihn_millis: Word;

  

            ihn_current: Word;

  

          end;

        );

  end;

  ihn_Flags: LongWord;

  

  ihn_Method: LongWord;

  

end;


Documentation generated on: 2021-07-30