Re: Creating a remappable shortcut model

2020-02-19 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: Creating a remappable shortcut model Oh I see. Thats a good idea. Thank you! URL: https://forum.audiogames.net/post/502781/#p502781 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo

Re: Creating a remappable shortcut model

2020-02-18 Thread AudioGames . net Forum — Developers room : keithwipf1 via Audiogames-reflector
Re: Creating a remappable shortcut model In Go, I have a dictionary mapping readable key names to SDL key constants.Then, I plan to add a dictionary where you can map keys for example: {"move_up_in_menu": "up"}.Now you should be able to change "move_up_in_menu"

Creating a remappable shortcut model

2020-02-18 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Creating a remappable shortcut model Hello,how can I go for creating a model of a keyboard shortcut which then will be able to be remapped by the user? I don't want to hard-code my shortcuts. I am using C#. URL: https://forum.audiogames.net/post/502418/#p502418 -- Audio