Skip to content

Devices

hifihedgehog edited this page Mar 4, 2026 · 34 revisions

Devices

The Devices page shows every physical input device PadForge has detected. From here you can see device details, view raw input state in real time, and assign devices to virtual controller slots.

Devices


Device List

The left side of the page shows a card for each detected device. Each card displays:

Element Description
Status dot Green = connected and online, gray = previously seen but currently disconnected
Device name The name reported by the device (e.g., "Xbox Wireless Controller", "DualSense Wireless Controller")
VID/PID Vendor ID and Product ID for identification
Type Device type (Gamepad, Joystick, Keyboard, Mouse, etc.)
Capabilities Icons or labels showing what the device supports (rumble, motion sensors, etc.)
Slot badges Small numbered badges showing which virtual controller slots this device is assigned to

Selection

Click a device card to select it. The selected card is highlighted with an accent bar on its left edge. Selecting a device shows its raw input state on the right side of the page.


Raw Input State

When a device is selected, the right panel shows its real-time input state. This is the unprocessed data coming directly from the hardware, before any mappings or dead zones are applied.

Axes

Each axis is shown as a progress bar with its current value (normalized 0 to 1). Common axes include:

  • Left Stick X / Y
  • Right Stick X / Y
  • Left Trigger / Right Trigger
  • Additional axes for specialty controllers

Buttons

Buttons are displayed as a grid of circles in a wrap panel. When a button is pressed, its circle fills with the accent color. Each button is labeled with its index number.

POV / D-Pad

POV hats are shown as a compass widget. A directional indicator rotates to show the current POV direction (N, NE, E, SE, S, SW, W, NW). When the POV is centered (no direction pressed), the indicator disappears.

Gyroscope and Accelerometer

For devices with motion sensors (like DualSense, DualShock 4, or Switch Pro Controller), a grid shows real-time gyro and accelerometer values for all three axes (X, Y, Z).

Keyboard Devices

When a keyboard device is selected, the raw input display shows a visual keyboard layout with keys that light up in real time as they are pressed.


Input Hiding

When a physical device is assigned to a virtual controller slot, games may see both the physical and virtual controller — causing double input. PadForge provides two mechanisms to prevent this, configurable per device from the detail panel.

Hide from Games (HidHide)

Uses the HidHide driver to completely hide the physical device from all non-whitelisted applications. PadForge automatically whitelists itself so it can still read the device.

  • Best for: Gamepads, joysticks, wheels, flight sticks
  • Requires: HidHide driver installed (toggle is grayed out otherwise with a tooltip explaining why)
  • Scope: Entire device is hidden from games — all inputs are invisible, not just mapped ones

Consume Mapped Inputs (Hooks)

Uses low-level Windows input hooks (WH_KEYBOARD_LL / WH_MOUSE_LL) to intercept and suppress only the specific keys or mouse buttons that are actively mapped. Unmapped inputs pass through to other applications normally.

  • Best for: Keyboards and mice (only shown for these device types)
  • Requires: Nothing — no driver needed
  • Scope: Only mapped keys/buttons are suppressed; everything else works normally

Auto-Enable Defaults

When you assign a device to a slot, PadForge automatically enables the appropriate hiding mechanism:

Device Type "Hide from games" "Consume mapped inputs"
Gamepad / Joystick / Wheel / Flight Stick Auto-ON (if HidHide installed) N/A (not shown)
Keyboard OFF Auto-ON
Mouse OFF Auto-ON

When a device is removed from all slots, both toggles are automatically cleared.

Master Switch

A global "Hide devices from games" toggle in Settings (under Input Engine) acts as a master switch. When OFF, no hiding or input suppression occurs regardless of per-device toggles. When turned back ON, all per-device settings resume.


Assigning Devices to Slots

There are two ways to assign a physical device to a virtual controller slot:

Toggle Buttons

Each device card shows toggle buttons for available virtual controller slots. Click a slot's toggle button to assign or unassign that device from the slot. A device can be assigned to multiple slots at the same time.

Drag and Drop

You can also drag a device card from the Devices page and drop it onto a controller slot in the sidebar. This assigns the device to that slot.


Multi-Slot Assignment

A single physical device can be mapped to multiple virtual controller slots simultaneously. This is useful for scenarios like:

  • Using one controller to drive both an Xbox 360 and a vJoy virtual controller at the same time
  • Mapping different button subsets from the same device to different virtual outputs
  • Testing multiple configurations without switching devices

Device Detection

PadForge uses SDL3 to enumerate and read all connected input devices. Devices are detected automatically when connected. If a device is unplugged, its card remains in the list (shown as offline/gray) so your mappings and assignments are preserved when you reconnect it.


Tips

  • Check raw input first if a mapping is not working as expected. The raw state view shows exactly what PadForge is receiving from the device.
  • Use slot badges on device cards to quickly see which devices are assigned where.
  • Reconnecting a device restores its previous slot assignments and mappings automatically.
  • Specialty controllers (flight sticks, racing wheels, etc.) may show more axes than a standard gamepad.

Related Pages

Clone this wiki locally