├── .gitignore ├── LICENSE ├── README.md └── WinApi ├── WinApi.InteractionContext.pas └── WinApi.WMPointer.pas /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahausladen/ObjectPascal-WinAPIs/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahausladen/ObjectPascal-WinAPIs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahausladen/ObjectPascal-WinAPIs/HEAD/README.md -------------------------------------------------------------------------------- /WinApi/WinApi.InteractionContext.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahausladen/ObjectPascal-WinAPIs/HEAD/WinApi/WinApi.InteractionContext.pas -------------------------------------------------------------------------------- /WinApi/WinApi.WMPointer.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahausladen/ObjectPascal-WinAPIs/HEAD/WinApi/WinApi.WMPointer.pas --------------------------------------------------------------------------------