Searched refs:p_dpad (Results 1 – 12 of 12) sorted by relevance
/dports/devel/godot-tools/godot-3.2.3-stable/platform/windows/ |
H A D | joypad_windows.cpp | 445 void JoypadWindows::post_hat(int p_device, DWORD p_dpad) { in post_hat() argument 453 if (LOWORD(p_dpad) == 0xFFFF) { in post_hat() 456 if (p_dpad == 0) { in post_hat() 460 } else if (p_dpad == 4500) { in post_hat() 464 } else if (p_dpad == 9000) { in post_hat() 468 } else if (p_dpad == 13500) { in post_hat() 472 } else if (p_dpad == 18000) { in post_hat() 476 } else if (p_dpad == 22500) { in post_hat() 480 } else if (p_dpad == 27000) { in post_hat() 484 } else if (p_dpad == 31500) { in post_hat()
|
H A D | joypad_windows.h | 137 void post_hat(int p_device, DWORD p_dpad);
|
/dports/devel/godot2-tools/godot-2.1.6-stable/platform/windows/ |
H A D | joystick.cpp | 428 unsigned int joystick_windows::post_hat(unsigned int p_last_id, int p_device, DWORD p_dpad) { in post_hat() argument 432 if (p_dpad == -1) { in post_hat() 435 if (p_dpad == 0) { in post_hat() 439 } else if (p_dpad == 4500) { in post_hat() 443 } else if (p_dpad == 9000) { in post_hat() 447 } else if (p_dpad == 13500) { in post_hat() 451 } else if (p_dpad == 18000) { in post_hat() 455 } else if (p_dpad == 22500) { in post_hat() 459 } else if (p_dpad == 27000) { in post_hat() 463 } else if (p_dpad == 31500) { in post_hat()
|
H A D | joystick.h | 135 unsigned int post_hat(unsigned int p_last_id, int p_device, DWORD p_dpad);
|
/dports/devel/godot2/godot-2.1.6-stable/platform/windows/ |
H A D | joystick.cpp | 428 unsigned int joystick_windows::post_hat(unsigned int p_last_id, int p_device, DWORD p_dpad) { in post_hat() argument 432 if (p_dpad == -1) { in post_hat() 435 if (p_dpad == 0) { in post_hat() 439 } else if (p_dpad == 4500) { in post_hat() 443 } else if (p_dpad == 9000) { in post_hat() 447 } else if (p_dpad == 13500) { in post_hat() 451 } else if (p_dpad == 18000) { in post_hat() 455 } else if (p_dpad == 22500) { in post_hat() 459 } else if (p_dpad == 27000) { in post_hat() 463 } else if (p_dpad == 31500) { in post_hat()
|
H A D | joystick.h | 135 unsigned int post_hat(unsigned int p_last_id, int p_device, DWORD p_dpad);
|
/dports/devel/godot/godot-3.2.3-stable/platform/windows/ |
H A D | joypad_windows.cpp | 445 void JoypadWindows::post_hat(int p_device, DWORD p_dpad) { in post_hat() argument 453 if (LOWORD(p_dpad) == 0xFFFF) { in post_hat() 456 if (p_dpad == 0) { in post_hat() 460 } else if (p_dpad == 4500) { in post_hat() 464 } else if (p_dpad == 9000) { in post_hat() 468 } else if (p_dpad == 13500) { in post_hat() 472 } else if (p_dpad == 18000) { in post_hat() 476 } else if (p_dpad == 22500) { in post_hat() 480 } else if (p_dpad == 27000) { in post_hat() 484 } else if (p_dpad == 31500) { in post_hat()
|
H A D | joypad_windows.h | 137 void post_hat(int p_device, DWORD p_dpad);
|
/dports/devel/godot2/godot-2.1.6-stable/platform/winrt/ |
H A D | os_winrt.h | 141 void _post_dpad(DWORD p_dpad, int p_device, bool p_pressed);
|
/dports/devel/godot2-tools/godot-2.1.6-stable/platform/winrt/ |
H A D | os_winrt.h | 141 void _post_dpad(DWORD p_dpad, int p_device, bool p_pressed);
|
/dports/devel/godot-tools/godot-3.2.3-stable/platform/uwp/ |
H A D | os_uwp.h | 124 void _post_dpad(DWORD p_dpad, int p_device, bool p_pressed);
|
/dports/devel/godot/godot-3.2.3-stable/platform/uwp/ |
H A D | os_uwp.h | 124 void _post_dpad(DWORD p_dpad, int p_device, bool p_pressed);
|