このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Archivist
/
raylib-src
ミラー元
https://github.com/raysan5/raylib
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
24
Wiki
アクティビティ
Add note on suppressing the log
master
Jeffery Myers
3年前
親
f37206bfce
コミット
27db6b2e69
1個のファイルの変更
、
3行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+3
-0
Frequently-asked-Questions--Common-Questions.md
+ 3
- 0
Frequently-asked-Questions--Common-Questions.md
@ -1,4 +1,7 @@
This page will go over some of the common questions new users have when starting out using raylib.
# How do I remove the log?
Call
`SetTraceLogLevel(LOG_NONE);`
before
`InitWindow();`
# How do I make a timer?
書き込み
プレビュー
読み込み中…
キャンセル
保存