Fixed build and added EventResponse for mouse button events.

This commit is contained in:
2024-09-20 00:14:58 +02:00
parent edf8108ea9
commit f34bf88237
6 changed files with 23 additions and 11 deletions

View File

@@ -33,7 +33,7 @@ def _pack_textures(env, target: str, source: 'list[str]'):
source = source,
action = f'{_exe_name()} $TARGET $SOURCES'
)
# env.Depends(cmd, prog_packer)
env.Depends(cmd, prog_packer)
return cmd
env.AddMethod(_pack_textures, 'PackTextures')