53 lines
1.2 KiB
Modula-2
53 lines
1.2 KiB
Modula-2
LIBRARY geninput
|
|
|
|
EXPORTS
|
|
action_iter_get_mapping
|
|
action_iter_get_action
|
|
action_iter_get_page
|
|
action_iter_is_valid
|
|
action_iter_next
|
|
action_iter_free
|
|
hid_mgr_get_first_stub
|
|
hid_mgr_get_named_stub
|
|
hid_mgr_get_next_stub
|
|
hid_mgr_lock
|
|
hid_mgr_unlock
|
|
hid_stub_get_name
|
|
hid_stub_get_device_usage
|
|
hid_stub_get_controls
|
|
hid_stub_get_dev_node
|
|
hid_stub_get_lights
|
|
hid_stub_get_value
|
|
hid_stub_is_attached
|
|
hid_stub_set_light
|
|
input_fini
|
|
input_init
|
|
input_set_loggers
|
|
light_iter_get_mapping
|
|
light_iter_get_game_light
|
|
light_iter_is_valid
|
|
light_iter_next
|
|
light_iter_free
|
|
mapper_config_load
|
|
mapper_config_save
|
|
mapper_clear_action_map
|
|
mapper_clear_light_map
|
|
mapper_get_action_map
|
|
mapper_get_analog_map
|
|
mapper_get_analog_sensitivity
|
|
mapper_get_npages
|
|
mapper_get_nanalogs
|
|
mapper_get_nlights
|
|
mapper_is_analog_absolute
|
|
mapper_iterate_lights
|
|
mapper_iterate_actions
|
|
mapper_set_action_map
|
|
mapper_set_analog_map
|
|
mapper_set_analog_sensitivity
|
|
mapper_set_light_map
|
|
mapper_set_nanalogs
|
|
mapper_set_nlights
|
|
mapper_read_analog
|
|
mapper_update
|
|
mapper_write_light
|