Support for querying video surface pixles in SDL 1.2 HW mode - it's VERY slow

This commit is contained in:
pelya
2010-11-02 15:38:45 +02:00
parent 9a7efcffc0
commit 123f2c14df
4 changed files with 52 additions and 8 deletions

View File

@@ -115,6 +115,7 @@ public class MainActivity extends Activity {
if( Parent._tv == null )
{
Parent._tv = new TextView(Parent);
Parent._tv.setMaxLines(1);
Parent._tv.setText(R.string.init);
Parent._layout2.addView(Parent._tv);
}