This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:tutorials:input:testing_input_controls [2018/09/22 08:22 (4 years ago)] sausage |
en:tutorials:input:testing_input_controls [2020/08/31 05:44 (22 months ago)] (current) sausage ↷ Page moved from en:tutorials:testing_input_controls to en:tutorials:input:testing_input_controls |
||
---|---|---|---|
Line 5: | Line 5: | ||
Good also for keyboard testing to get the names of keypresses which you can use in your config files. | Good also for keyboard testing to get the names of keypresses which you can use in your config files. | ||
- | Start by creating a new [[en:tutorials:creating_your_own_project|Creating your own Orx-based Project using 'init']]. | + | Start by creating a new [[en:tutorials:projects:creating_your_own_project|Creating your own Orx-based Project using 'init']]. |
Open the project. We don't need an ''Object'' so remove or comment out this line from the Init() function: | Open the project. We don't need an ''Object'' so remove or comment out this line from the Init() function: |