Updated: October 28, 2024 |
Parse the argument options
#include <input/parseopts.h>
void input_parseopts(const char *options, set_option_t set_option, void *arg)
This function calls the set_option callback function on the device for each option in options. The format of options is: option=value1,option2=value2
Nothing.