Home
last modified time | relevance | path

Searched refs:BUTTON_AXIS (Results 1 – 2 of 2) sorted by relevance

/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/
H A Di_joystick.h33 #define BUTTON_AXIS 0x10000 macro
36 #define IS_BUTTON_AXIS(axis) ((axis) >= 0 && ((axis) & BUTTON_AXIS) != 0)
43 #define CREATE_BUTTON_AXIS(neg, pos) (BUTTON_AXIS | (neg) | ((pos) << 8))
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/
H A Di_joystick.h33 #define BUTTON_AXIS 0x10000 macro
36 #define IS_BUTTON_AXIS(axis) ((axis) >= 0 && ((axis) & BUTTON_AXIS) != 0)
43 #define CREATE_BUTTON_AXIS(neg, pos) (BUTTON_AXIS | (neg) | ((pos) << 8))