Message 1 of 1
Difference between MouseCallBack and CreateMouseCallBack (SDK)
Not applicable
10-18-2019
04:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
I implemented a CreateMouseCallBack::proc method and now i want to have it available in a CommandMode, but I see that CommandModes support MouseCallBack::proc not CreateMouseCallBack::proc.Based on the documentation I found that CreateMouseCallBack::proc returns {CREATE_DONE, CREATE_ABORT, CREATE_CONTINUE}, while MouseCallBack::proc returns {TRUE, FALSE}
But besides that, what's the difference between these two? and how to map one from the other?