This is an 'Activity Object', it cannot be declared under Sub Process_Globals.
Events:
DrawerClosed (DrawerGravity as Int) DrawerOpened (DrawerGravity as Int) DrawerSlide (Position As Float, DrawerGravity as Int) DrawerStateChanged (State as Int)
Initializes the navigation drawer with the given gravity.
EventName - Name of the event Panel - Parent panel for the navigation drawer. NavWidth - The width of the navigation panel. Gravity - The Gravity for the drawer (START, END, LEFT, RIGHT)
IsDrawerOpenAsBoolean
Check if the drawer is open.
IsDrawerOpen2 (GravityAsInt) AsBoolean
Check if the drawer is open.
Gravity - Gravity of the drawer
LOCK_MODE_LOCKED_CLOSEDAsInt
LOCK_MODE_LOCKED_OPENAsInt
LOCK_MODE_UNLOCKEDAsInt
NavigationPanelAsPanelWrapper [read only]
The Panel object for the navigation drawer. You should add something like a ListView to this panel.