openxr-0.1: Bindings to the OpenXR API
Safe HaskellNone
LanguageHaskell2010

OpenXR.Core10.Enums.InputSourceLocalizedNameFlags

Synopsis

Documentation

newtype InputSourceLocalizedNameFlags Source #

XrInputSourceLocalizedNameFlags - Input source localized name flags

Flag Descriptions

See Also

InputSourceLocalizedNameGetInfo, getInputSourceLocalizedName

Instances

Instances details
Eq InputSourceLocalizedNameFlags Source # 
Instance details

Defined in OpenXR.Core10.Enums.InputSourceLocalizedNameFlags

Ord InputSourceLocalizedNameFlags Source # 
Instance details

Defined in OpenXR.Core10.Enums.InputSourceLocalizedNameFlags

Read InputSourceLocalizedNameFlags Source # 
Instance details

Defined in OpenXR.Core10.Enums.InputSourceLocalizedNameFlags

Show InputSourceLocalizedNameFlags Source # 
Instance details

Defined in OpenXR.Core10.Enums.InputSourceLocalizedNameFlags

Storable InputSourceLocalizedNameFlags Source # 
Instance details

Defined in OpenXR.Core10.Enums.InputSourceLocalizedNameFlags

Bits InputSourceLocalizedNameFlags Source # 
Instance details

Defined in OpenXR.Core10.Enums.InputSourceLocalizedNameFlags

Methods

(.&.) :: InputSourceLocalizedNameFlags -> InputSourceLocalizedNameFlags -> InputSourceLocalizedNameFlags #

(.|.) :: InputSourceLocalizedNameFlags -> InputSourceLocalizedNameFlags -> InputSourceLocalizedNameFlags #

xor :: InputSourceLocalizedNameFlags -> InputSourceLocalizedNameFlags -> InputSourceLocalizedNameFlags #

complement :: InputSourceLocalizedNameFlags -> InputSourceLocalizedNameFlags #

shift :: InputSourceLocalizedNameFlags -> Int -> InputSourceLocalizedNameFlags #

rotate :: InputSourceLocalizedNameFlags -> Int -> InputSourceLocalizedNameFlags #

zeroBits :: InputSourceLocalizedNameFlags #

bit :: Int -> InputSourceLocalizedNameFlags #

setBit :: InputSourceLocalizedNameFlags -> Int -> InputSourceLocalizedNameFlags #

clearBit :: InputSourceLocalizedNameFlags -> Int -> InputSourceLocalizedNameFlags #

complementBit :: InputSourceLocalizedNameFlags -> Int -> InputSourceLocalizedNameFlags #

testBit :: InputSourceLocalizedNameFlags -> Int -> Bool #

bitSizeMaybe :: InputSourceLocalizedNameFlags -> Maybe Int #

bitSize :: InputSourceLocalizedNameFlags -> Int #

isSigned :: InputSourceLocalizedNameFlags -> Bool #

shiftL :: InputSourceLocalizedNameFlags -> Int -> InputSourceLocalizedNameFlags #

unsafeShiftL :: InputSourceLocalizedNameFlags -> Int -> InputSourceLocalizedNameFlags #

shiftR :: InputSourceLocalizedNameFlags -> Int -> InputSourceLocalizedNameFlags #

unsafeShiftR :: InputSourceLocalizedNameFlags -> Int -> InputSourceLocalizedNameFlags #

rotateL :: InputSourceLocalizedNameFlags -> Int -> InputSourceLocalizedNameFlags #

rotateR :: InputSourceLocalizedNameFlags -> Int -> InputSourceLocalizedNameFlags #

popCount :: InputSourceLocalizedNameFlags -> Int #

FiniteBits InputSourceLocalizedNameFlags Source # 
Instance details

Defined in OpenXR.Core10.Enums.InputSourceLocalizedNameFlags

Zero InputSourceLocalizedNameFlags Source # 
Instance details

Defined in OpenXR.Core10.Enums.InputSourceLocalizedNameFlags