Greetings,
 
I have this call in my app:
 
    #define BUTTON_EVENTS (SPI_BUTTON_PRESSED | SPI_BUTTON_RELEASED)

    SPI_registerDeviceEventListener(mouse_device_listener,
BUTTON_EVENTS, 0);

My read of the documentation,
http://library.gnome.org/devel/at-spi-cspi/stable/at-spi-cspi-Registry-q
ueries.html#SPI-registerDeviceEventListener, is that my listener should
receive all button_press and button_release events.  Most runs of my
application never receive any button_release events.  Sometimes the app
receives 1 button_release.  I have no log at this time that shows more
than 1 button_release.
 
On the other hand, I believe I am receiving the correct amount of
button_pressed events.
 
Are there any known bugs in this area?
 
-Sam
 
 
_______________________________________________
Gnome-accessibility-devel mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-accessibility-devel

Reply via email to