1 Star 0 Fork 1

aijle/allegro5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
README_windows.txt 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
Pavel Sountsov 提交于 2016-03-19 19:31 . Don't link to xinput and d3dx9.
Windows-specific notes
======================
DPI Awareness
-------------
By default, apps created with Allegro are marked as DPI aware, and are not
scaled by the OS. This is mostly transparent on your end, the only complication
comes when the DPI changes on the fly (e.g. your app's window gets moved
between displays with different DPIs):
- If the ALLEGRO_DISPLAY was created with the ALLEGRO_RESIZABLE flag it will
send an ALLEGRO_DISPLAY_RESIZE event. This will have the effect of your app's
window remaining visually the same, while the display size in pixels will
increase or decrease. This is the recommended situation.
- If the ALLEGRO_DISPLAY was not created with the ALLEGRO_RESIZABLE flag, then
the display size in pixels will remain the same, but the app's window will
appear to grow or shrink.
If you for some reason want to opt out of DPI-awareness, utilize the
application manifests to specify that your app is not DPI-aware.
Runtime DLL Loading
-------------------
For some of its features, Allegro will look for certain DLLs on the
system it runs on, but will not explicitly depend them at build time.
These are as follows:
- msftedit.dll or riched20.dll or riched32.dll - For the native dialog addon.
- d3dx9_${version}.dll - Shader support for the Direct3D backend.
- xinput1_${version}.dll - XInput-based joysticks.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/aijle_admin/allegro5.git
git@gitee.com:aijle_admin/allegro5.git
aijle_admin
allegro5
allegro5
master

搜索帮助