We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
イベントクラスがないとフラグが広範囲にばらまかれて可読性を下げるので必要な気がする。
check
std::function
std::tuple
https://github.com/takeokunn/DoNotPushGame/blob/master/Don't_push/Don't_push/source/Dxkeystate.cpp https://github.com/takeokunn/DoNotPushGame/blob/master/Don't_push/Don't_push/source/Dxkeystate.h
うまくいけば Nagarei/DxLibEx#45 に取り込む。
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
keyhandlerクラスの雛形を作成
f41ebe4
@m0bec @makuragi1 複数キー同時押しに対応してもらえますか?
参考になりそうなもの
Kamioda
m0bec
hilbert14
No branches or pull requests
背景
イベントクラスがないとフラグが広範囲にばらまかれて可読性を下げるので必要な気がする。
仕様
check
を持つ課題
std::function
はinline最適化を阻害する、std::tuple
でもつのは大変そう、lambdaの合成はもっと大変そう)参考
https://github.com/takeokunn/DoNotPushGame/blob/master/Don't_push/Don't_push/source/Dxkeystate.cpp
https://github.com/takeokunn/DoNotPushGame/blob/master/Don't_push/Don't_push/source/Dxkeystate.h
その他
うまくいけば
Nagarei/DxLibEx#45
に取り込む。
The text was updated successfully, but these errors were encountered: