Home
last modified time | relevance | path

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

/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Dinputdevice.h95 #define ID_FLAG_SET_ONOFF 128 macro
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dinputdevice.cpp5099 int setmode = (flags & ID_FLAG_SET_ONOFF) ? 1: 0; in setbuttonstateall()
6864 int setmode = (flags & ID_FLAG_SET_ONOFF) ? 1: 0; in inputdevice_translatekeycode_2()
7413 if (flag & ID_FLAG_SET_ONOFF) in inputdevice_get_mapping()
7475 flag |= (flags & IDEV_MAPPED_SET_ONOFF) ? ID_FLAG_SET_ONOFF : 0; in inputdevice_set_mapping()