Skip to content
New issue

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

タイムラインのカーソル位置の描画をカスタマイズできるようにする #41

Open
hebiiro opened this issue Jun 20, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@hebiiro
Copy link

hebiiro commented Jun 20, 2022

  • ペンの色だけ変えるなら
*(COLORREF*)(exedit + 0x44C4A + 1) = color;
  • ペンそのものを変えるなら
HPEN* pen = (HPEN*)(exedit + 0x1538B4);
::DeleteObject(*pen);
*pen = ::CreatePen(style, width, color);

どちらかを書き換えてカスタマイズできるようにする。

@ePi5131 ePi5131 added the enhancement New feature or request label Jun 20, 2022
@ePi5131
Copy link
Owner

ePi5131 commented Jun 20, 2022

予想通りのアドレスだった theme_ccに付け加える予定で

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants