Difference between revisions of "UI Buttons"

From GiderosMobile
Line 16: Line 16:
 
Please follow this link: '''[[button_text_class]]'''
 
Please follow this link: '''[[button_text_class]]'''
  
=== Button: Navig ===
+
=== Button Monster ===
Please follow this link: '''[[ButtonNavig_class]]'''
+
This button has a lot: mouse and keyboard navigation, hover, tooltip, sound, ...
 +
 
 +
Furthermore, it is optimised for menus and in games. It may look scary but it is a nice monster ;-)
 +
 
 +
'''PS: need Gideros ''luashader'' Library for now'''
 +
 
 +
'''[[ButtonMonster_class]]'''
  
 
=== Button: Toggle ===
 
=== Button: Toggle ===

Revision as of 19:45, 26 November 2023

Here you will find various resources to help you create buttons in Gideros Studio.

note: you may have to provide your own assets (fonts, gfx, …).

Button

This is the ancestor of Gideros buttons, updated just a bit ;-)

button_class

Button: Simple with Up, Down and Disabled state (UDD)

Please follow this link: simple_buttonudd_class

Button: Text

Please follow this link: button_text_class

Button Monster

This button has a lot: mouse and keyboard navigation, hover, tooltip, sound, ...

Furthermore, it is optimised for menus and in games. It may look scary but it is a nice monster ;-)

PS: need Gideros luashader Library for now

ButtonMonster_class

Button: Toggle

Please follow this link: ButtonToggle_class

Button: Hover Image Text

Please follow this link: button_hover_image_text_class

Button: Image Text HUDD

Please follow this link: button_image_text_HUDD_class

Button: Pixel Image Text Tooltip Up Down Disabled Hover (PITTUDDH)

Please follow this link: ButtonPITTUDDH_class