Difference between revisions of "UI Buttons"

From GiderosMobile
Line 27: Line 27:
 
=== Button Monster '''[[ButtonMonster_class]]''' ===
 
=== Button Monster '''[[ButtonMonster_class]]''' ===
 
This button has a lot: mouse and keyboard navigation, hover, tooltip, sound, ... It may look scary but it is a nice monster ;-)
 
This button has a lot: mouse and keyboard navigation, hover, tooltip, sound, ... It may look scary but it is a nice monster ;-)
'''PS: need Gideros ''luashader'' Library for now'''
 
  
 
{{#widget:GApp|app=ButtonMonsterDemo2x.GApp|width=480|height=320}}
 
{{#widget:GApp|app=ButtonMonsterDemo2x.GApp|width=480|height=320}}
Line 33: Line 32:
 
=== Button Beast '''[[ButtonBeast_class]]''' ===
 
=== Button Beast '''[[ButtonBeast_class]]''' ===
 
This is like the '''Button Monster''' but without tooltip and without integrated keyboard navigation.
 
This is like the '''Button Monster''' but without tooltip and without integrated keyboard navigation.
'''PS: need Gideros ''luashader'' Library for now'''
 
  
 
{{#widget:GApp|app=ButtonBeastDemo1.GApp|width=480|height=320}}
 
{{#widget:GApp|app=ButtonBeastDemo1.GApp|width=480|height=320}}

Revision as of 19:48, 1 December 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, …)

ALL BUTTONS BELOW ARE MOUSE AND TOUCH COMPATIBLE!

Button Button_class

This is the base of all Gideros buttons.

Button Text ButtonText_class

This is almost the same as Button but with some text you can add.

Button Disabled ButtonDisabled_class

This is the same as Button but with a Disabled state.

Button Toggle ButtonToggle_class

A button you can toggle on and off.

Button Monster ButtonMonster_class

This button has a lot: mouse and keyboard navigation, hover, tooltip, sound, ... It may look scary but it is a nice monster ;-)

Button Beast ButtonBeast_class

This is like the Button Monster but without tooltip and without integrated keyboard navigation.