View Single Post
Old 09-24-2012, 02:51 PM   #17
Viente
Human being with feelings
 
Viente's Avatar
 
Join Date: Feb 2012
Posts: 1,972
Default

Yes, but not realtime of course

Code:
cur = RPR_GetCursorContext()

if cur == 0: #panels
  ...do your actions....

elif cur == 1: #items
  ...do your actions....

elif cur == 2: #envelopes
  ...do your actions....
Viente is offline   Reply With Quote