1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-04 03:40:07 +00:00

OpenGL Example (unrefined)

This commit is contained in:
Felix Faire 2014-11-11 16:11:25 +00:00
parent 41f21aed7e
commit fb319467bd
47 changed files with 14498 additions and 2053 deletions

View file

@ -716,10 +716,10 @@ static const unsigned char temp_binary_data_8[] =
"\r\n"
"void CONTENTCOMPCLASS::paint (Graphics& g)\r\n"
"{\r\n"
" g.fillAll (Colour (0xffeeddff));\r\n"
" g.fillAll (Colour (0xff001F36));\r\n"
"\r\n"
" g.setFont (Font (16.0f));\r\n"
" g.setColour (Colours::black);\r\n"
" g.setColour (Colours::white);\r\n"
" g.drawText (\"Hello World!\", getLocalBounds(), Justification::centred, true);\r\n"
"}\r\n"
"\r\n"