このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
modal-soft
/
sdl2-hello-world
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
Starter project for SDL2.
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
19
コミット
1
ブランチ
85 KiB
ツリー:
33cc6e5edb
master
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'33cc6e5edb' から
${ noResults }
sdl2-hello-world
/
__mocks__
/
SDL_events.mock.h
SDL_events.mock.h
92 B
Raw
通常表示
履歴
Implement joystick tests Implement tests for joystick axis, hat, and button events.
2年前
1
2
3
4
5
6
#ifndef SDL_EVENTS_MOCK_H
#define SDL_EVENTS_MOCK_H
#include "SDL_keyboard.mock.h"
#endif