[Overview][Constants][Classes][Variables][Index] Reference for unit 'DCore' (#DEngine)

TCore

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: DCore.pas line 27

type TCore = class(TWinApp)

public

  constructor Create;

  destructor Destroy; override;

  procedure Run;

  procedure StartDrag;

  procedure StopDrag;

  procedure Render; override;

  procedure Update; override;

  procedure OnEvent(); override;

  function Key();

  function Mouse();

  property WinApi: TWinApi; [r]

  property Window: TWindow; [r]

  property Sound: TSound; [r]

  property FontMan: TFontMan; [r]

  property Graph: TGraph; [r]

  property DragDelta: TVec2f; [r]

  property Dragging: Boolean; [r]

  property OnDrawDrag: TProcOfObj; [r]

end;

Inheritance

TCore

|

TWinApp

|

TObject