TurboPack / Orpheus

Orpheus is an award-winning UI toolkit for Embarcadero Delphi & C++Builder
Other
99 stars 36 forks source link

Fixes for 64bit Windows, mouse wheel scrolling and Touch gestures #17

Closed deanm-gp closed 3 years ago

deanm-gp commented 5 years ago

-changed LongInt to Integer -changed Integer to NativeInt when used to store reference or pointer -changed Integer and NativeInt in Win32 API to correct type (lParam, wParam, lResult) -changed SizeOf to Length when used with Char array -fixed mouse wheel scroll - used VCL wheel events -published Touch property

romankassebaum commented 3 years ago

I cannot import it with SourceTree and GitHub Desktop. Furthermore, there are (too) many conflicts.