Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
460 B

/*
* Spatial navigation support
*/
#ifndef DUI_CORE_NAVIGATION_H_INCLUDED
#define DUI_CORE_NAVIGATION_H_INCLUDED
#pragma once
namespace DirectUI
{
//
// This class encapsulates the "standard" approach to spatial
// navigation. Will need much work in the future.
//
class DuiNavigate
{
public:
static Element * Navigate(Element * peFrom, ElementList * pelConsider, int nNavDir);
};
}
#endif // DUI_CORE_NAVIGATION_H_INCLUDED