mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-04 21:54:42 +01:00
parent
b2c5a27426
commit
fb4497a377
234 changed files with 6312 additions and 6259 deletions
|
|
@ -1,14 +1,14 @@
|
|||
struct cppISteamUtils_SteamUtils010_GetSecondsSinceAppActive_params
|
||||
{
|
||||
void *linux_side;
|
||||
uint32 _ret;
|
||||
uint32_t _ret;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils010_GetSecondsSinceAppActive( struct cppISteamUtils_SteamUtils010_GetSecondsSinceAppActive_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils010_GetSecondsSinceComputerActive_params
|
||||
{
|
||||
void *linux_side;
|
||||
uint32 _ret;
|
||||
uint32_t _ret;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils010_GetSecondsSinceComputerActive( struct cppISteamUtils_SteamUtils010_GetSecondsSinceComputerActive_params *params );
|
||||
|
||||
|
|
@ -22,7 +22,7 @@ extern void cppISteamUtils_SteamUtils010_GetConnectedUniverse( struct cppISteamU
|
|||
struct cppISteamUtils_SteamUtils010_GetServerRealTime_params
|
||||
{
|
||||
void *linux_side;
|
||||
uint32 _ret;
|
||||
uint32_t _ret;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils010_GetServerRealTime( struct cppISteamUtils_SteamUtils010_GetServerRealTime_params *params );
|
||||
|
||||
|
|
@ -37,9 +37,9 @@ struct cppISteamUtils_SteamUtils010_GetImageSize_params
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
int iImage;
|
||||
uint32 *pnWidth;
|
||||
uint32 *pnHeight;
|
||||
int32_t iImage;
|
||||
uint32_t *pnWidth;
|
||||
uint32_t *pnHeight;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils010_GetImageSize( struct cppISteamUtils_SteamUtils010_GetImageSize_params *params );
|
||||
|
||||
|
|
@ -47,9 +47,9 @@ struct cppISteamUtils_SteamUtils010_GetImageRGBA_params
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
int iImage;
|
||||
uint8 *pubDest;
|
||||
int nDestBufferSize;
|
||||
int32_t iImage;
|
||||
uint8_t *pubDest;
|
||||
int32_t nDestBufferSize;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils010_GetImageRGBA( struct cppISteamUtils_SteamUtils010_GetImageRGBA_params *params );
|
||||
|
||||
|
|
@ -57,22 +57,22 @@ struct cppISteamUtils_SteamUtils010_GetCSERIPPort_params
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
uint32 *unIP;
|
||||
uint16 *usPort;
|
||||
uint32_t *unIP;
|
||||
uint16_t *usPort;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils010_GetCSERIPPort( struct cppISteamUtils_SteamUtils010_GetCSERIPPort_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils010_GetCurrentBatteryPower_params
|
||||
{
|
||||
void *linux_side;
|
||||
uint8 _ret;
|
||||
uint8_t _ret;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils010_GetCurrentBatteryPower( struct cppISteamUtils_SteamUtils010_GetCurrentBatteryPower_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils010_GetAppID_params
|
||||
{
|
||||
void *linux_side;
|
||||
uint32 _ret;
|
||||
uint32_t _ret;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils010_GetAppID( struct cppISteamUtils_SteamUtils010_GetAppID_params *params );
|
||||
|
||||
|
|
@ -106,8 +106,8 @@ struct cppISteamUtils_SteamUtils010_GetAPICallResult_params
|
|||
bool _ret;
|
||||
SteamAPICall_t hSteamAPICall;
|
||||
void *pCallback;
|
||||
int cubCallback;
|
||||
int iCallbackExpected;
|
||||
int32_t cubCallback;
|
||||
int32_t iCallbackExpected;
|
||||
bool *pbFailed;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils010_GetAPICallResult( struct cppISteamUtils_SteamUtils010_GetAPICallResult_params *params );
|
||||
|
|
@ -121,7 +121,7 @@ extern void cppISteamUtils_SteamUtils010_RunFrame( struct cppISteamUtils_SteamUt
|
|||
struct cppISteamUtils_SteamUtils010_GetIPCCallCount_params
|
||||
{
|
||||
void *linux_side;
|
||||
uint32 _ret;
|
||||
uint32_t _ret;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils010_GetIPCCallCount( struct cppISteamUtils_SteamUtils010_GetIPCCallCount_params *params );
|
||||
|
||||
|
|
@ -161,7 +161,7 @@ struct cppISteamUtils_SteamUtils010_ShowGamepadTextInput_params
|
|||
uint32_t eInputMode;
|
||||
uint32_t eLineInputMode;
|
||||
const char *pchDescription;
|
||||
uint32 unCharMax;
|
||||
uint32_t unCharMax;
|
||||
const char *pchExistingText;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils010_ShowGamepadTextInput( struct cppISteamUtils_SteamUtils010_ShowGamepadTextInput_params *params );
|
||||
|
|
@ -169,7 +169,7 @@ extern void cppISteamUtils_SteamUtils010_ShowGamepadTextInput( struct cppISteamU
|
|||
struct cppISteamUtils_SteamUtils010_GetEnteredGamepadTextLength_params
|
||||
{
|
||||
void *linux_side;
|
||||
uint32 _ret;
|
||||
uint32_t _ret;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils010_GetEnteredGamepadTextLength( struct cppISteamUtils_SteamUtils010_GetEnteredGamepadTextLength_params *params );
|
||||
|
||||
|
|
@ -178,7 +178,7 @@ struct cppISteamUtils_SteamUtils010_GetEnteredGamepadTextInput_params
|
|||
void *linux_side;
|
||||
bool _ret;
|
||||
char *pchText;
|
||||
uint32 cchText;
|
||||
uint32_t cchText;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils010_GetEnteredGamepadTextInput( struct cppISteamUtils_SteamUtils010_GetEnteredGamepadTextInput_params *params );
|
||||
|
||||
|
|
@ -199,8 +199,8 @@ extern void cppISteamUtils_SteamUtils010_IsSteamRunningInVR( struct cppISteamUti
|
|||
struct cppISteamUtils_SteamUtils010_SetOverlayNotificationInset_params
|
||||
{
|
||||
void *linux_side;
|
||||
int nHorizontalInset;
|
||||
int nVerticalInset;
|
||||
int32_t nHorizontalInset;
|
||||
int32_t nVerticalInset;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils010_SetOverlayNotificationInset( struct cppISteamUtils_SteamUtils010_SetOverlayNotificationInset_params *params );
|
||||
|
||||
|
|
@ -242,19 +242,19 @@ struct cppISteamUtils_SteamUtils010_InitFilterText_params
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
uint32 unFilterOptions;
|
||||
uint32_t unFilterOptions;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils010_InitFilterText( struct cppISteamUtils_SteamUtils010_InitFilterText_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils010_FilterText_params
|
||||
{
|
||||
void *linux_side;
|
||||
int _ret;
|
||||
int32_t _ret;
|
||||
uint32_t eContext;
|
||||
CSteamID sourceSteamID;
|
||||
const char *pchInputMessage;
|
||||
char *pchOutFilteredText;
|
||||
uint32 nByteSizeOutFilteredText;
|
||||
uint32_t nByteSizeOutFilteredText;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils010_FilterText( struct cppISteamUtils_SteamUtils010_FilterText_params *params );
|
||||
|
||||
|
|
@ -278,10 +278,10 @@ struct cppISteamUtils_SteamUtils010_ShowFloatingGamepadTextInput_params
|
|||
void *linux_side;
|
||||
bool _ret;
|
||||
uint32_t eKeyboardMode;
|
||||
int nTextFieldXPosition;
|
||||
int nTextFieldYPosition;
|
||||
int nTextFieldWidth;
|
||||
int nTextFieldHeight;
|
||||
int32_t nTextFieldXPosition;
|
||||
int32_t nTextFieldYPosition;
|
||||
int32_t nTextFieldWidth;
|
||||
int32_t nTextFieldHeight;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils010_ShowFloatingGamepadTextInput( struct cppISteamUtils_SteamUtils010_ShowFloatingGamepadTextInput_params *params );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue