#include <Examples.hpp>
◆ ExampleInputState()
| ExampleInputState::ExampleInputState |
( |
| ) |
|
|
inline |
◆ KeyPressed()
| bool ExampleInputState::KeyPressed |
( |
SDL_Keycode |
key | ) |
const |
|
inline |
◆ activeControl
| uint32_t ExampleInputState::activeControl {} |
◆ clickableRegions
◆ clickedControl
| uint32_t ExampleInputState::clickedControl {} |
◆ clickPosition
| float2 ExampleInputState::clickPosition {} |
◆ hud
◆ hudCount
| size_t ExampleInputState::hudCount {} |
◆ keyBack
| bool ExampleInputState::keyBack {} |
◆ keyFast
| bool ExampleInputState::keyFast {} |
◆ keyForward
| bool ExampleInputState::keyForward {} |
◆ keyLeft
| bool ExampleInputState::keyLeft {} |
◆ keyRight
| bool ExampleInputState::keyRight {} |
◆ kMaxClickableRegions
| constexpr size_t ExampleInputState::kMaxClickableRegions = kMaxHudLines |
|
staticconstexpr |
◆ kMaxHudLines
| constexpr size_t ExampleInputState::kMaxHudLines = 64 |
|
staticconstexpr |
◆ kMaxPressedKeys
| constexpr size_t ExampleInputState::kMaxPressedKeys = 16 |
|
staticconstexpr |
◆ kMaxUiStyleStack
| constexpr size_t ExampleInputState::kMaxUiStyleStack = 8 |
|
staticconstexpr |
◆ lastEvent
| SDL_Event ExampleInputState::lastEvent {} |
◆ mouseCapturedByHud
| bool ExampleInputState::mouseCapturedByHud {} |
◆ move
| float2 ExampleInputState::move {} |
◆ nextClickableRegions
◆ nextControlId
| uint32_t ExampleInputState::nextControlId = 1u |
◆ orbitDelta
| float2 ExampleInputState::orbitDelta {} |
◆ panDelta
| float2 ExampleInputState::panDelta {} |
◆ pointerDown
| bool ExampleInputState::pointerDown {} |
◆ pointerPosition
| float2 ExampleInputState::pointerPosition {} |
◆ pressedKeyCount
| uint32_t ExampleInputState::pressedKeyCount {} |
◆ pressedKeys
◆ touches
◆ uiColor
| int ExampleInputState::uiColor = -1 |
◆ uiColorStack
◆ uiColorStackCount
| size_t ExampleInputState::uiColorStackCount {} |
◆ uiLastItemHeight
| int ExampleInputState::uiLastItemHeight {} |
◆ uiLastItemWidth
| int ExampleInputState::uiLastItemWidth {} |
◆ uiLastItemX
| int ExampleInputState::uiLastItemX {} |
◆ uiLastItemY
| int ExampleInputState::uiLastItemY {} |
◆ uiLineHeight
| int ExampleInputState::uiLineHeight = 24 |
◆ uiSameLine
| bool ExampleInputState::uiSameLine {} |
◆ uiSameLineSpacing
| int ExampleInputState::uiSameLineSpacing = 16 |
◆ uiScale
| int ExampleInputState::uiScale = 2 |
◆ uiScaleStack
◆ uiScaleStackCount
| size_t ExampleInputState::uiScaleStackCount {} |
◆ uiStartX
| int ExampleInputState::uiStartX = 16 |
◆ uiX
| int ExampleInputState::uiX = 16 |
◆ uiY
| int ExampleInputState::uiY = 16 |
◆ uiYSpacing
| int ExampleInputState::uiYSpacing = 2 |
◆ wantResizeOrRebuild
| bool ExampleInputState::wantResizeOrRebuild {true} |
◆ zoomDelta
| float ExampleInputState::zoomDelta {} |
The documentation for this struct was generated from the following file: