clearFlag

expect open fun clearFlag(flags: UInt)

Clear one or more flags.

Parameters

flags

The xor-ed values to set.


expect open fun clearFlag(flag: LvglFlag)

Clear a flag.

Parameters

flag

The flag to clear.

actual open fun clearFlag(flags: UInt)
actual open fun clearFlag(flag: LvglFlag)
actual open fun clearFlag(flags: UInt)
actual open fun clearFlag(flag: LvglFlag)