-
Notifications
You must be signed in to change notification settings - Fork 0
class_touchscreenbutton
reduz edited this page Feb 23, 2014
·
9 revisions
Inherits: Node2D\n\n
- void ** set_texture ** ( Object texture )
- Object ** get_texture ** ( ) const
- void ** set_texture_pressed ** ( Object texture_pressed )
- Object ** get_texture_pressed ** ( ) const
- void ** set_bitmask ** ( Object bitmask )
- Object ** get_bitmask ** ( ) const
- void ** set_action ** ( String action )
- String ** get_action ** ( ) const
- void ** set_visibility_mode ** ( int mode )
- int ** get_visibility_mode ** ( ) const
- void ** set_passby_press ** ( bool enabled )
- bool ** is_passby_press_enabled ** ( ) const
- bool ** is_pressed ** ( ) const
- ** pressed ** ( )
- ** release ** ( )