MCPcopy Create free account
hub / github.com/material-shell/material-shell / setCursor

Method setCursor

src/manager/msThemeManager.ts:242–245  ·  view source on GitHub ↗
(cursor: Meta.Cursor)

Source from the content-addressed store, hash-verified

240 }
241
242 setCursor(cursor: Meta.Cursor) {
243 this.metaCursor = cursor;
244 this.throttledDisplaySetCursor();
245 }
246
247 async readFileContent(file: Gio.File) {
248 return new Promise<string>((resolve, reject) => {

Callers 6

constructorMethod · 0.80
constructorMethod · 0.80
startDragMethod · 0.80
endDragMethod · 0.80
startResizeMethod · 0.80
endResizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected