Skip to content

An experiment with Delphi, screenshots like the PSR from Windows.

License

Notifications You must be signed in to change notification settings

Thurnreiter/ClickRecorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClickRecorder

An experiment with Delphi, screenshots like the PSR from Windows. The project is still without unit testing and in the beta phase. You can see how it works in the demo app in “ClickRecorder.MainForm”. Ths start point ist the IClickRecorderFactory.

Sample

uses
  System.ClickRecorder.Factory;
...
var
  FInnerClickRecorderFactory: IClickRecorderFactory;
begin
  FInnerClickRecorderFactory := TClickRecorderFactory.Create;

  FInnerClickRecorderFactory
    .OutDir(OutDirForTheResultZip)
    .Start;

  FInnerClickRecorderFactory.Stop;
end;

To start, you need a directory where the zip file with all the screenshots will be placed. Stop, then save everything.

About

An experiment with Delphi, screenshots like the PSR from Windows.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages