[Overview][Constants][Types][Classes][Index] Reference for unit 'ptc' (#ptc)

TPTCEventType

An enum, which describes an event type.

Declaration

Source position: eventd.inc line 34

type TPTCEventType = (

  PTCKeyEvent,

  

A keyboard event.

  PTCMouseEvent

  

A mouse event.

);

Description

An enum, which describes an event type.