Home
last modified time | relevance | path

Searched refs:ButtConfig (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/mednafen/mednafen/src/drivers/
H A Dmouse.h49 bool Do_BC_ChangeCheck(ButtConfig *bc);
51 bool TestButton(const ButtConfig& bc);
52 int32 TestAnalogButton(const ButtConfig& bc);
53 float TestPointer(const ButtConfig& bc);
54 int64 TestAxisRel(const ButtConfig& bc);
H A Dkeyboard.h60 bool Do_BC_ChangeCheck(ButtConfig* bc);
76 INLINE bool TestButton(const ButtConfig& bc, const bool bypass_key_masking) in TestButton()
81 …INLINE bool TestButtonWithMods(const ButtConfig&bc, const bool bypass_key_masking, const bool igno… in TestButtonWithMods()
86 INLINE int32 TestAnalogButton(const ButtConfig& bc, const bool bypass_key_masking) in TestAnalogButton()
91 INLINE int64 TestAxisRel(const ButtConfig& bc, const bool bypass_key_masking) in TestAxisRel()
H A DJoystick.h67 …bool Do_BC_ChangeCheck(ButtConfig *bc); // TODO: , bool hint_analog); // hint_analog = true if the…
73 void SetRumble(const std::vector<ButtConfig> &bc, uint8 weak_intensity, uint8 strong_intensity);
74 bool TestButton(const ButtConfig &bc);
75 int TestAnalogButton(const ButtConfig &bc);
76 int64 TestAxisRel(const ButtConfig& bc);
H A Dmouse.cpp56 static ButtConfig config_pending_bc;
146 bool Do_BC_ChangeCheck(ButtConfig *bc) in Do_BC_ChangeCheck()
289 int64 TestAxisRel(const ButtConfig& bc) in TestAxisRel()
315 float TestPointer(const ButtConfig& bc) in TestPointer()
339 static int32 TestAnalogUnscaled(const ButtConfig& bc) in TestAnalogUnscaled()
381 int32 TestAnalogButton(const ButtConfig& bc) in TestAnalogButton()
386 bool TestButton(const ButtConfig& bc) in TestButton()
H A DJoystick.cpp157 static INLINE int TestAnalogUnscaled(const ButtConfig& bc);
163 static ButtConfig BCPending;
322 bool Do_BC_ChangeCheck(ButtConfig *bc) //, bool hint_analog) in Do_BC_ChangeCheck()
361 ButtConfig bctmp; in Do_BC_ChangeCheck()
406 ButtConfig bctmp; in Do_BC_ChangeCheck()
451 void SetRumble(const std::vector<ButtConfig> &bc, uint8 weak_intensity, uint8 strong_intensity) in SetRumble()
475 static INLINE int TestAnalogUnscaled(const ButtConfig& bc) in TestAnalogUnscaled()
552 int TestAnalogButton(const ButtConfig &bc) in TestAnalogButton()
557 bool TestButton(const ButtConfig &bc) in TestButton()
562 int64 TestAxisRel(const ButtConfig &bc) in TestAxisRel()
H A Dinput.cpp146 static int64 DTestAxisRel(const std::vector<ButtConfig>& neg_bc, const std::vector<ButtConfig>& pos… in DTestAxisRel()
177 const ButtConfig& bce = bc[0]; in DTestPointer()
243 const ButtConfig& bc = bcg[i]; in BCGToString()
356 ButtConfig bc; in StringToBCG()
427 std::vector<ButtConfig> defbc; in StringToBCG()
454 ButtConfig bc; in StringToBCG()
610 std::vector<ButtConfig> m; in ValidateIMSetting()
662 std::vector<ButtConfig> BC;
1273 static std::vector<ButtConfig> CKeysConfig[_CK_COUNT];
2178 static std::vector<ButtConfig> subcon_bcg;
[all …]
H A Dkeyboard.cpp38 static ButtConfig config_pending_bc;
112 bool Do_BC_ChangeCheck(ButtConfig* bc) in Do_BC_ChangeCheck()
H A Dinput.h12 struct ButtConfig struct
H A Dinput-default-buttons.h834 static ButtConfig VBPadConfig[14] =