shanescribner
2 years agoNew Contributor
Thank you for the suggestion.
I attempted to implement the following:
// Where control is of type IButton
var cursor = control.GetProperty<IObject>("cursor");
var cursorShape = control.GetProperty<IObject>("cursor").CallMethod<int>("QCursor_shape");
But the value of cursorShape is always returned as Zero (0)... I would have expected it to be (-2) since the cursor's shape is a Pointer.
Possibly this is not the correct technique to derive the cursor?
Related Content
- 3 months ago
- 10 years ago
- 3 years ago
- 4 years ago