Skip to content
Snippets Groups Projects
Commit c83a91ab authored by adrian.spycher's avatar adrian.spycher
Browse files

docs: comment header function

parent 74a721bb
Branches
No related tags found
No related merge requests found
......@@ -268,6 +268,15 @@ void op_callback_sprite_position_store_y(void *addr);
*/
void op_callback_sprite_position_conclude(void *addr);
/**
* @brief Sends a keyboard input code using paravirtualized (pv) mechanisms.
*
* Prepares the keyboard input data structure with the specified key code and copies
* it to the provided shared buffer. This is used for paravirtualized keyboard input handling.
*
* @param shared_buf Pointer to the shared buffer where the keyboard input data will be copied.
* @param key The key code representing the keyboard input.
*/
void op_keyboard_pv_send_code(void *shared_buf, uint32_t key);
#endif // _OPERATION_H_
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment