]> git.sesse.net Git - casparcg/commit
Draft of interaction with producers and scene_producer
authorHelge Norberg <helge.norberg@svt.se>
Wed, 3 Jul 2013 15:09:25 +0000 (17:09 +0200)
committerHelge Norberg <helge.norberg@svt.se>
Wed, 3 Jul 2013 15:09:25 +0000 (17:09 +0200)
commit474909e14ae3ae6da171a5871c6192a982962a6f
tree3df7d63faad8569dc63388f8135bd7335119c102
parent5e3c0227f0d45c0cc879c914ea82ede47b4f7ad1
Draft of interaction with producers and scene_producer
20 files changed:
core/core.vcxproj
core/core.vcxproj.filters
core/interaction/interaction_aggregator.h [new file with mode: 0644]
core/interaction/interaction_event.h [new file with mode: 0644]
core/interaction/interaction_sink.h [new file with mode: 0644]
core/interaction/util.h [new file with mode: 0644]
core/producer/binding.h [new file with mode: 0644]
core/producer/color/color_producer.cpp
core/producer/draw/freehand_producer.cpp [new file with mode: 0644]
core/producer/draw/freehand_producer.h [new file with mode: 0644]
core/producer/frame_producer.cpp
core/producer/frame_producer.h
core/producer/layer.cpp
core/producer/layer.h
core/producer/scene/scene_producer.cpp [new file with mode: 0644]
core/producer/scene/scene_producer.h [new file with mode: 0644]
core/producer/separated/separated_producer.cpp
core/producer/stage.cpp
core/producer/stage.h
core/producer/transition/transition_producer.cpp