Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add IsItemDisabled #4675

Closed
wants to merge 3 commits into from
Closed

Add IsItemDisabled #4675

wants to merge 3 commits into from

Commits on Oct 26, 2021

  1. Add IsItemDisabled to .h

    mundusnine authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    6709742 View commit details
    Browse the repository at this point in the history
  2. Add implementation

    mundusnine authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    0acf396 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Do it like omar

    Reasons: 
    ```
    In order to handle idioms such as PushDisabled()/Item()/PopDisabled()/IsItemDisabled() (not so likely) as well as Selectable() with the ImGuiSelectableFlags_Disabled flag which does something similar.
    ```
    mundusnine authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    f219939 View commit details
    Browse the repository at this point in the history