{
  "name": "Cursor",
  "component": "gui",
  "header": "nativeui/cursor.h",
  "type": "Class",
  "namespace": "nu",
  "description": "Native cursor.",
  "class_methods": [
    {
      "signature": {
        "returnType": {
          "name": "Font",
          "id": "font"
        },
        "name": "createwithtype",
        "parameters": [
          {
            "type": {
              "name": "Cursor::Type",
              "id": "cursor_type"
            },
            "name": "type"
          }
        ],
        "shortStr": "createwithtype(type)",
        "str": "createwithtype(type)"
      },
      "description": "Create a cursor of `type`.",
      "id": "createwithtype-type"
    }
  ],
  "module": "yue.gui",
  "id": "cursor"
}