Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
RickyB505
/
MenuAPI
Public
forked from
TomGrobbe/MenuAPI
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
MenuAPI
MenuAPI
MenuController.cs
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 15, 2021
Merge pull request #39 from blattersturm/fix/widescreen-buttons
Show description for 9a7195a
TomGrobbe
authored
9a7195a
View commit details
Copy full SHA for 9a7195a
View code at this point
Browse repository at this point
Commits on Aug 7, 2021
Fix instructional buttons not scaling to >16:9 resolutions
blattersturm
committed
ef87c7e
View commit details
Copy full SHA for ef87c7e
View code at this point
Browse repository at this point
Commits on Jun 7, 2021
Resolved
QuadrupleTurbo
committed
ed52fab
View commit details
Copy full SHA for ed52fab
View code at this point
Browse repository at this point
Prevent instructional buttons being disposed
QuadrupleTurbo
committed
2ed0262
View commit details
Copy full SHA for 2ed0262
View code at this point
Browse repository at this point
Commits on Jan 10, 2021
Create overridable GoLeft, GoRight and Select functions for each MenuItem class to handle custom behavior without a massive if statement in the parent functions
TomGrobbe
committed
095af43
View commit details
Copy full SHA for 095af43
View code at this point
Browse repository at this point
RedM: Replace more slow native calls
TomGrobbe
committed
b22d462
View commit details
Copy full SHA for b22d462
View code at this point
Browse repository at this point
Additional code quality improvements
TomGrobbe
committed
3d7c280
View commit details
Copy full SHA for 3d7c280
View code at this point
Browse repository at this point
RedM: Replace a bunch of slow manual native invoke calls with API functions
TomGrobbe
committed
7380620
View commit details
Copy full SHA for 7380620
View code at this point
Browse repository at this point
Reduce some method sizes even further
TomGrobbe
committed
4e4d71d
View commit details
Copy full SHA for 4e4d71d
View code at this point
Browse repository at this point
More code quality/readability improvements
Show description for 97cc4d1
TomGrobbe
committed
97cc4d1
View commit details
Copy full SHA for 97cc4d1
View code at this point
Browse repository at this point
Improve overall code quality, including:
Show description for 82c8c66
TomGrobbe
committed
82c8c66
View commit details
Copy full SHA for 82c8c66
View code at this point
Browse repository at this point
Commits on Oct 28, 2020
Profiler hot path fix: unneeded LINQ .Any invocation
blattersturm
committed
8503ddc
View commit details
Copy full SHA for 8503ddc
View code at this point
Browse repository at this point
Commits on Sep 6, 2020
Fix weapon stats panels when using negative component values, and add vehicle stats panels
Show description for 878a8d3
TomGrobbe
committed
878a8d3
View commit details
Copy full SHA for 878a8d3
View code at this point
Browse repository at this point
Commits on Jun 4, 2020
Generic MenuItem will go back to parent when GoLeft is invoked as duality with GoRight which navigates to child menu
Show description for 9159cf9
carmineos
committed
9159cf9
View commit details
Copy full SHA for 9159cf9
View code at this point
Browse repository at this point
Commits on May 21, 2020
Add null checks and debug logs for issue #28
TomGrobbe
committed
d8a71b5
View commit details
Copy full SHA for d8a71b5
View code at this point
Browse repository at this point
Commits on May 19, 2020
Add info icon
TomGrobbe
committed
f205d9a
View commit details
Copy full SHA for f205d9a
View code at this point
Browse repository at this point
Commits on May 13, 2020
Avoid disabling MenuToggleKey each frame if the no menu is open
carmineos
committed
17174de
View commit details
Copy full SHA for 17174de
View code at this point
Browse repository at this point
Commits on Apr 19, 2020
Add a new config option to MenuController
Show description for f8313be
TomGrobbe
committed
f8313be
View commit details
Copy full SHA for f8313be
View code at this point
Browse repository at this point
Commits on Dec 17, 2019
Close all menus on resource stop.
Show description for 700db47
TomGrobbe
committed
700db47
View commit details
Copy full SHA for 700db47
View code at this point
Browse repository at this point
Commits on Dec 12, 2019
Change default menu toggle key
TomGrobbe
committed
549df41
View commit details
Copy full SHA for 549df41
View code at this point
Browse repository at this point
Instructional buttons for RedM menus
TomGrobbe
committed
94b872f
View commit details
Copy full SHA for 94b872f
View code at this point
Browse repository at this point
Commits on Nov 20, 2019
RedM/FiveM: Increase navigation movement speed.
Show description for 45f3026
TomGrobbe
committed
45f3026
View commit details
Copy full SHA for 45f3026
View code at this point
Browse repository at this point
RedM: Fix menu (navigation) controls.
TomGrobbe
committed
7c23629
View commit details
Copy full SHA for 7c23629
View code at this point
Browse repository at this point
RedM: Do not check buttons when pause menu is active.
TomGrobbe
committed
2d7ffeb
View commit details
Copy full SHA for 2d7ffeb
View code at this point
Browse repository at this point
RedM: Change menu toggle key depending on game.
TomGrobbe
committed
de0d419
View commit details
Copy full SHA for de0d419
View code at this point
Browse repository at this point
Commits on Nov 16, 2019
Initial RedM support, includes MINIMAL functionality
Show description for 5c88773
TomGrobbe
committed
5c88773
View commit details
Copy full SHA for 5c88773
View code at this point
Browse repository at this point
Commits on Oct 21, 2019
Load/unload all texture dicts when opening/closing a menu.
TomGrobbe
committed
2009f1c
View commit details
Copy full SHA for 2009f1c
View code at this point
Browse repository at this point
Fix small memory leak issue.
TomGrobbe
committed
80a8ae5
View commit details
Copy full SHA for 80a8ae5
View code at this point
Browse repository at this point
Add 23 new MenuItem (left/right) icons.
TomGrobbe
committed
c9d855b
View commit details
Copy full SHA for c9d855b
View code at this point
Browse repository at this point
Commits on Jul 9, 2019
Make checkboxes and normal menu items toggle when left/right arrows are pressed
TomGrobbe
committed
903cf87
View commit details
Copy full SHA for 903cf87
View code at this point
Browse repository at this point
Commits on May 21, 2019
updated comment
carmineos
committed
884eb73
View commit details
Copy full SHA for 884eb73
View code at this point
Browse repository at this point
Replaced AspectRatioException with a warning printed in console
carmineos
committed
2a0bf82
View commit details
Copy full SHA for 2a0bf82
View code at this point
Browse repository at this point
Commits on Apr 10, 2019
Fix new instructional button draw order.
TomGrobbe
committed
3b8bb93
View commit details
Copy full SHA for 3b8bb93
View code at this point
Browse repository at this point
Switch order of custom instructional buttons around
TomGrobbe
committed
1fff7bf
View commit details
Copy full SHA for 1fff7bf
View code at this point
Browse repository at this point
Disable the multiplayer info control when any menu is open.
TomGrobbe
committed
b0fe91d
View commit details
Copy full SHA for b0fe91d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.