1.. zephyr:code-sample:: input-dump 2 :name: Input dump 3 :relevant-api: input_events 4 5 Print all input events. 6 7Overview 8******** 9 10The Input Dump sample prints any input event using the :ref:`input` APIs. 11 12Requirements 13************ 14 15The samples works on any board with an input driver defined in the board devicetree. 16 17Building and Running 18******************** 19 20Build and flash as follows, changing ``nrf52dk/nrf52832`` for your board: 21 22.. zephyr-app-commands:: 23 :zephyr-app: samples/subsys/input/input_dump 24 :board: nrf52dk/nrf52832 25 :goals: build flash 26 :compact: 27 28After starting, the sample will print any input event in the console. 29