I've look into the the help file but its seems there is no itemdoubleclick and itemrightclick codes
anyone know the codes to use for that?
or just tell me to wait if its not implemented yet ;)
Here are the defines you need:
#define CLICK 0xFFFFFFFE
#define DCLICK 0xFFFFFFFD
#define RCLICK 0xFFFFFFFB
#define DRCLICK 0xFFFFFFFA
thank you very much Pip ;D