Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- array
- Get
- SQL
- solution
- cocos2d-x
- mathemetica
- 파일존재
- 점점변하는값
- is_array
- halliday
- application.mk
- Java
- Call
- 하이퍼 터미널
- PORTG
- 0x
- android studio
- 단축키
- Post
- php
- 월별 카운트
- Join
- unalias
- 현재언어
- function
- 강좌
- selectc
- Avr
- C++
- mysql
Archives
- Today
- Total
목록방지 (1)
코딩도사의 코드정리
입력이 장기간 없을 때 sleep 모드로 빠지는 것 방지
- (void)applicationWillEnterForeground:(UIApplication *)application { [[UIApplication sharedApplication] setIdleTimerDisabled:Yes]; } public Cocos2dxGLSurfaceView onCreateView() { ... ... glSurfaceView.setKeepScreenOn(true); return glSurfaceView; }
컴퓨터 이야기/cocos2d-x 2.x
2015. 12. 9. 06:42