Open input device
int input_open_device(struct input_handle * handle);
handle
handle through which device is being accessed
This function should be called by input handlers when they want to start receive events from given input device.