Forms.Control.MouseButtons and Awesomium - MouseButton calls returning
inaccurate data after Auto-Hide of taskbar
I believe that I have encountered a very strange, or very unique-to-me
situation. I have so far been unable to find any relevant information
about this, so my post here is looking for information as much as it is
looking for an answer. Anything idea, hint, or resource could help.
I have a program that relies on its mouse input to be identified by
System.Windows.Forms.Control.MouseButtons. This works great 99.99% of the
time.
However, when I have an instance of Awesomium running in my program, and
then right click my taskbar - go to properties - and auto-hide my task
bar, System.Windows.Forms.Control.MouseButtons returns that "None" (the
enum value) of the buttons have been pressed. No matter how many right or
left clicks I perform after changing this taskbar property will make the
MouseButtons call correctly send back that a Left or Right click has
occurred.
I am quite perplexed, and after a few days of google searching figured
maybe someone here has had this experience.
Thanks in advance for any information regarding this.
No comments:
Post a Comment