1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/examples/Demo/Source
2017-11-24 09:21:21 +00:00
..
Demos The Matrix3D::rotated() method wasn't doing what its comment said, so it has been renamed to Matrix3D::rotation() and made static, which correctly describes what it does. If you had code that was calling rotated(), you can safely replace it with rotation(), but should use the opportunity to check whether your code was doing what you thought it was! 2017-11-24 09:21:21 +00:00
DemoUtilities.h Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
IntroScreen.cpp JUCE Demo: Removed some commented out code 2017-06-09 16:27:02 +01:00
JuceDemoHeader.h Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
Main.cpp Added a BurgerMenu component which will display your menus and menu items in a "burger" menu 2017-11-10 18:18:48 +00:00
MainWindow.cpp Added a BurgerMenu component which will display your menus and menu items in a "burger" menu 2017-11-10 18:18:48 +00:00
MainWindow.h Added a BurgerMenu component which will display your menus and menu items in a "burger" menu 2017-11-10 18:18:48 +00:00