GroveEngine/tests/integration
StillHammer 21590418f1 feat: Add InputModule Phase 1 + IT_015 integration tests
Complete implementation of InputModule with SDL2 backend for mouse and keyboard input, plus UIModule integration tests.

## InputModule Features
- Mouse input capture (position, buttons, wheel)
- Keyboard input capture (keys, modifiers)
- SDL2 backend implementation
- IIO topic publishing (input🐭*, input⌨️*)
- Hot-reload compatible module structure

## Integration Tests (IT_015)
- IT_015_input_ui_integration: Full UIModule + IIO input test
- IT_015_minimal: Minimal IIO-only message publishing test
- Visual test_30: InputModule interactive showcase

## Known Issues
- Tests compile successfully but cannot run due to MinGW/Windows runtime DLL initialization error (0xC0000139)
- Workaround: Use VSCode debugger or native Windows execution
- See tests/integration/IT_015_STATUS.md for details

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-30 17:17:37 +08:00
..
IT_014_ui_module_integration.cpp fix: Eliminate segfault in IT_014 integration test 2025-11-29 08:24:33 +08:00
IT_015_input_ui_integration_minimal.cpp feat: Add InputModule Phase 1 + IT_015 integration tests 2025-11-30 17:17:37 +08:00
IT_015_input_ui_integration.cpp feat: Add InputModule Phase 1 + IT_015 integration tests 2025-11-30 17:17:37 +08:00
IT_015_STATUS.md feat: Add InputModule Phase 1 + IT_015 integration tests 2025-11-30 17:17:37 +08:00
test_01_production_hotreload.cpp feat: Add Scenario 11 IO System test & fix IntraIO routing architecture 2025-11-19 11:43:08 +08:00
test_02_chaos_monkey.cpp feat: Add integration tests 8-10 & fix CTest configuration 2025-11-19 07:34:15 +08:00
test_03_stress_test.cpp feat: Add integration tests 8-10 & fix CTest configuration 2025-11-19 07:34:15 +08:00
test_04_race_condition.cpp fix: Improve RaceConditionHunter test reliability on slower filesystems 2025-11-20 11:07:00 +08:00
test_05_memory_leak.cpp feat: Windows portage + Phase 4 SceneCollector integration 2025-11-27 09:48:14 +08:00
test_06_error_recovery.cpp feat: Add integration tests 8-10 & fix CTest configuration 2025-11-19 07:34:15 +08:00
test_07_limits.cpp feat: Add integration tests 8-10 & fix CTest configuration 2025-11-19 07:34:15 +08:00
test_08_config_hotreload.cpp feat: Add integration tests 8-10 & fix CTest configuration 2025-11-19 07:34:15 +08:00
test_09_module_dependencies.cpp feat: Windows portage + Phase 4 SceneCollector integration 2025-11-27 09:48:14 +08:00
test_10_multiversion_coexistence.cpp feat: Windows portage + Phase 4 SceneCollector integration 2025-11-27 09:48:14 +08:00
test_11_io_system.cpp feat: Windows portage + Phase 4 SceneCollector integration 2025-11-27 09:48:14 +08:00
test_12_datanode.cpp feat: Add Scenario 11 IO System test & fix IntraIO routing architecture 2025-11-19 11:43:08 +08:00
test_13_cross_system.cpp feat: Add read-only API for concurrent DataNode access & restore test_13 cross-system tests 2025-11-20 14:02:06 +08:00
test_20_bgfx_rhi.cpp feat(BgfxRenderer): Phase 5.5 - Sprite shader with instancing and texture support 2025-11-27 19:27:25 +08:00
test_22_bgfx_sprites_headless.cpp feat: Windows portage + Phase 4 SceneCollector integration 2025-11-27 09:48:14 +08:00
test_pipeline_headless.cpp feat: Complete Phase 6.5 - Comprehensive BgfxRenderer testing 2025-11-29 22:56:29 +08:00
test_resource_cache.cpp feat: Complete Phase 6.5 - Comprehensive BgfxRenderer testing 2025-11-29 22:56:29 +08:00
test_scene_collector.cpp feat: Complete Phase 6.5 - Comprehensive BgfxRenderer testing 2025-11-29 22:56:29 +08:00
test_texture_loader.cpp feat: Complete Phase 6.5 - Comprehensive BgfxRenderer testing 2025-11-29 22:56:29 +08:00