🔧 SDK ReferenceEventsInputonCursorLockonCursorLockThis event is triggered when the cursor is locked or unlocked.ParametersNameTypeDescriptionstatusbooleanThe lock status of the cursor (true if locked)Exampleengine.events.on('onCursorLock', status => { console.log('Cursor lock status:', status);});Available on: Client