Nux

Comment 2 for bug 702671

Revision history for this message
Jay Taoko (jaytaoko) wrote :

The following functions have been added to Nux for ATK support :

    int InstallEventInspector (EventInspector* function, void* data);
    bool RemoveEventInspector (int event_inspector_id);
    bool RemoveEventInspector (EventInspector* function);

See the documentation in Nux/WindowThread.h