You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom cursor'lar (resim-based) sadece pattern matching ile detect edilir
Bazı uygulamalar custom cursor implementation kullanır (tam detection garanti edilemez)
Shape-based detection sadece temel cursor'lar için optimize edilmiş
🧪 Test Etme
Cursor detection'ı test etmek için:
constMacRecorder=require('./index.js');constrecorder=newMacRecorder();// Start cursor trackingawaitrecorder.startCursorCapture('cursor-test.json',{videoRelative: false});// Move mouse over different UI elements// Stop after a few secondsawaitrecorder.stopCursorCapture();// Check cursor-test.json for detected cursor types
Her cursor event'inde cursorType field'ı Electron constant'larınızla uyumlu olacaktır.