Home
last modified time | relevance | path

Searched refs:FS_ML_MOUSEBUTTONDOWN (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/fs-uae/fs-uae-3.1.35/libfsemu/src/ml/
H A Dmouse.c107 new_event->type = event.value ? FS_ML_MOUSEBUTTONDOWN : in manymouse_thread()
134 new_event->type = FS_ML_MOUSEBUTTONDOWN; in manymouse_thread()
H A Dsdl.c1100 new_event->type = FS_ML_MOUSEBUTTONDOWN; in fs_ml_event_loop()
1146 new_event->type = FS_ML_MOUSEBUTTONDOWN; in fs_ml_event_loop()
/dports/emulators/fs-uae/fs-uae-3.1.35/libfsemu/include/fs/
H A Demu.h142 #define FS_EMU_MOUSEBUTTONDOWN FS_ML_MOUSEBUTTONDOWN
H A Dml.h137 FS_ML_MOUSEBUTTONDOWN, enumerator
/dports/emulators/fs-uae/fs-uae-3.1.35/libfsemu/src/emu/
H A Dinput.c1734 else if (event->type == FS_ML_MOUSEBUTTONDOWN in input_function()
1736 if (event->type == FS_ML_MOUSEBUTTONDOWN in input_function()