Checks whether the mode is disabled.
| 312 | |
| 313 | //! Checks whether the mode is disabled. |
| 314 | ILboolean ILAPIENTRY ilIsDisabled(ILenum Mode) |
| 315 | { |
| 316 | return !ilIsEnabled(Mode); |
| 317 | } |
| 318 | |
| 319 | |
| 320 | //! Sets Param equal to the current value of the Mode |
nothing calls this directly
no outgoing calls
no test coverage detected