abs_pointer apic_bus_v2
API Reference Manual  /  5 Model-to-Simulator Interfaces  / 

abs_pointer_activate

Description
Interface used by tablet controllers to temporary turn off and on the tracking of absolute pointer locations. Implemented by consoles. When disabled, no calls will be made to the controller's abs_pointer interface.

SIM_INTERFACE(abs_pointer_activate) {
        void (*enable)(conf_object_t *obj);
        void (*disable)(conf_object_t *obj);
};

#define ABS_POINTER_ACTIVATE_INTERFACE "abs_pointer_activate"

Execution Context
Cell Context for all methods.

abs_pointer apic_bus_v2