Chris Rolliston
I’ve just added to GitHub a little virtual keystroke interface for Windows and OS X – on the former it wraps the SendInput API, on the latter the CGEvent functions: https://github.com/chrisrolliston/CCR.VirtualKeying Virtually typing some text… … Read more
9 years ago in OS X0
Chris Rolliston
Going through my comments backlog I found a question asking how to send virtual keystrokes on OS X. Short answer is to use the CGEvent functions in MacApi.CoreGraphics – in a nutshell, Call CGEventSourceCreate to allocate a CGEventSourceRef. For each… … Read more
9 years ago in OS X0
Chris Rolliston
Just a small post to say the the native Preferences API wrappers for Android, iOS and OS X I published to Google Code a while back are now on GitHib: https://github.com/chrisrolliston/CCR.PrefsIniFile Both the Android and Apple… … Read more
9 years ago in android, ios, OS X, XE80
Chris Rolliston
I’ve just pushed to GitHub (first time, so be gentle…) an extended, multi-platform TClipboard implementation for newer Delphi versions: https://github.com/chrisrolliston/CCR.Clipboard Where the platform allows, supports delayed rendering, virtual files, change notifications, and inter-process TClipboard-based drag… … Read more
9 years ago in FMX, ios, OS X, XE2, XE3, XE4, XE5, XE6, XE7, XE80