> ## Documentation Index
> Fetch the complete documentation index at: https://docs.projectreal.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# imgui.setvsync

> يحدّث تفضيل vertical synchronization الخاص بـ ImGui renderer. يخزن presentation path الحالي هذا التفضيل لكنه لا يطبقه.

<div className="real-function-page">
  ```lua theme={null}
  imgui.setvsync(enabled: boolean)
  ```

  ## الوسائط

  <ParamField path={"enabled"} type={"boolean"} required>
    `true` لطلب vertical synchronization؛ `false` لطلب uncapped presentation.
  </ParamField>
</div>
