Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get_Key_Pressed #181

Open
wants to merge 4 commits into
base: development
Choose a base branch
from
Open

Conversation

raulgarfer
Copy link

Creation of a function that prints the key pressed on the keyboard.
An example of using the function cpct_getKeypressedAsASCII_asm

	new file:   examples/asm/drawchar/.vscode/tasks.json
	new file:   examples/asm/drawchar/Makefile
	new file:   examples/asm/drawchar/cfg/build_config.mk
	new file:   examples/asm/drawchar/cfg/cdt_manager.mk
	new file:   examples/asm/drawchar/cfg/compression.mk
	new file:   examples/asm/drawchar/cfg/export/android.mk
	new file:   examples/asm/drawchar/cfg/image_conversion.mk
	new file:   examples/asm/drawchar/cfg/music_conversion.mk
	new file:   examples/asm/drawchar/cfg/tilemap_conversion.mk
	new file:   examples/asm/drawchar/exp/android/assets/conf.json
	new file:   examples/asm/drawchar/exp/android/res/drawable-xxxhdpi/splash.png
	new file:   examples/asm/drawchar/exp/android/res/mipmap-xxxhdpi/ic_launcher.png
	new file:   examples/asm/drawchar/exp/android/res/mipmap-xxxhdpi/ic_launcher_round.png
	new file:   examples/asm/drawchar/src/main.s
@raulgarfer raulgarfer changed the base branch from master to development September 26, 2024 18:52
@lronaldo
Copy link
Owner

Is this example to show how the drawChar function works or how the cpct_getKeypressedAsASCII_asm?

It is enclosed in a folder named drawChar, which seems inappropriate. Drawchar already has its own code examples.

The function cpct_getKeypressedAsASCII_asm needs examples, but it first requires one or two simple use cases in its documentation. After that, some code examples in the examples folder could be useful, but the first step users take when using the function is in its documentation.

@raulgarfer raulgarfer closed this Sep 27, 2024
@raulgarfer raulgarfer deleted the drawchar branch September 27, 2024 17:32
@raulgarfer raulgarfer restored the drawchar branch September 30, 2024 18:25
@raulgarfer raulgarfer reopened this Sep 30, 2024
@raulgarfer raulgarfer changed the title Drawchar Get_Key_Pressed Oct 2, 2024
@raulgarfer
Copy link
Author

changed folder name an PR name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants