getCursor method

WxCursor? getCursor()

Returns current cursor or null, if default one is used

Implementation

WxCursor? getCursor() {
  return _cursor;
}