Identifying unknown onAction ID's
#1
So I've got two separate elements (not really relevant) that are both receiving clicks, nav, etc but I am seeing an influx of 107 and 243 on each and I'm not sure what they are. They always come in an alternating fashion.

I don't believe I'm doing anything on the user side to trigger them and they are likely internal given the rapid frequency (more than 20 in a second).

Any way to identify what they are? Something like this: http://kodi.wiki/view/Action_IDs that correlates them to their numerical value.
Reply
#2
I know 107 is the mouse moving. Not sure about 243.
Reply
#3
Ah ok thanks. Just speculation but perhaps one is movement in x, other is movement in y?
Reply
#4
There are different numbers for left right up down. Check out this link. The Action ID's are at the bottom.

http://mirrors.xbmc.org/docs/python-docs...mcgui.html
Reply
#5
(2015-03-04, 00:58)GavinCampbell Wrote: http://mirrors.xbmc.org/docs/python-docs...mcgui.html

Oh perfect that's the kind of resource I've been looking for, thanks a ton.
Reply

Logout Mark Read Team Forum Stats Members Help
Identifying unknown onAction ID's0