7 Commits

Author SHA1 Message Date
新无止竞
4e65d72804 Merge branch 'master' of https://gitee.com/csharpui/CPF.git into my 2025-01-15 15:32:09 +08:00
小红帽
cd0521c813 解决窗体最小化之后其他窗体无法输入的问题 2025-01-10 17:41:27 +08:00
新无止竞
d32b6ef87f 允许复用Context
在内存比较小的旧电脑上,在调用
var bitmap = new SKBitmap(BITMAP.bmWidth, BITMAP.bmHeight);时
会因为SKBitmap.TryAllocPixels 随机出现System.Exception: Unable to allocate pixels for the bitmap.   复用Context,减小SKBitmap.TryAllocPixels 调用
2024-06-18 11:17:07 +08:00
小红帽
1305f55fef 解决JSON序列化的BUG和PInvoke函数与Unity兼容问题 2024-01-05 00:02:58 +08:00
小红帽
ae42978590 OpenGL测试 2023-11-29 10:59:22 +08:00
小红帽
5805df4d65 调整继承属性和Windows触摸消息 2023-11-24 14:11:17 +08:00
xhm
2455630dad 初始化 2023-11-21 23:05:03 +08:00