[Overview][Constants][Types][Index] Reference for unit 'inputevent' (#aros)

TInputEvent

Declaration

Source position: inputevent.pas line 232

type TInputEvent = record

  ie_NextEvent: PInputEvent;

  ie_Class: Byte;

  ie_SubClass: Byte;

  ie_Code: Word;

  ie_Qualifier: Word;

  ie_Position: record

    case LongInt of

      0: (

          ie_xy: record

            ie_x: SmallInt;

            ie_y: SmallInt;

          end;

        );

      1: (

          ie_addr: APTR;

        );

      2: (

          ie_dead: record

            ie_prev1DownCode: Byte;

            ie_prev1DownQual: Byte;

            ie_prev2DownCode: Byte;

            ie_prev2DownQual: Byte;

          end;

        );

  end;

  ie_TimeStamp: TTimeval;

end;


Documentation generated on: 2017-01-10