mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(XUI) Cleanups
This commit is contained in:
parent
ef4b5192ab
commit
049cc408fc
@ -57,9 +57,6 @@ class class_type: public CXuiSceneImpl \
|
|||||||
{ \
|
{ \
|
||||||
public: \
|
public: \
|
||||||
HRESULT OnInit( XUIMessageInit* pInitData, int & bHandled ); \
|
HRESULT OnInit( XUIMessageInit* pInitData, int & bHandled ); \
|
||||||
HRESULT OnNotifyPress( HXUIOBJ hObjPressed, int & bHandled ); \
|
|
||||||
HRESULT OnControlNavigate (XUIMessageControlNavigate *pControlNavigateData, BOOL& bHandled); \
|
|
||||||
\
|
|
||||||
HRESULT DispatchMessageMap(XUIMessage *pMessage) \
|
HRESULT DispatchMessageMap(XUIMessage *pMessage) \
|
||||||
{ \
|
{ \
|
||||||
if (pMessage->dwMessage == XM_INIT) \
|
if (pMessage->dwMessage == XM_INIT) \
|
||||||
@ -151,19 +148,6 @@ HRESULT CRetroArchMain::OnInit(XUIMessageInit * pInitData, BOOL& bHandled)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
HRESULT CRetroArchMain::OnControlNavigate(XUIMessageControlNavigate *pControlNavigateData, BOOL& bHandled)
|
|
||||||
{
|
|
||||||
bHandled = FALSE;
|
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
HRESULT CRetroArchMain::OnNotifyPress( HXUIOBJ hObjPressed, int & bHandled )
|
|
||||||
{
|
|
||||||
bHandled = FALSE;
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
static void* rmenu_xui_init (void)
|
static void* rmenu_xui_init (void)
|
||||||
{
|
{
|
||||||
HRESULT hr;
|
HRESULT hr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user