MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / ModifierKey

Enum ModifierKey

src/visualization/events.h:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35class KeyboardState {
36 public:
37 enum class ModifierKey { Control, Alt, Shift };
38 enum class Key { Left, Right, Up, Down, Plus, Minus };
39
40 static bool is_modifier_key_pressed(ModifierKey key);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected