cocoa - AXUIElement available in MonoMac? -


i'd able use cocoa accessibility api in monomac application, can't find references in monomac documentation. has axuielement.h been mapped yet?

i couldn't find on either.

some parts can implemented dllimport. example, did following:

public const string accessibilitylibrary = "/system/library/frameworks/applicationservices.framework/applicationservices";  [dllimport (accessibilitylibrary)] extern static bool axapienabled(); 

Comments

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -