Class: Fox::FXEvent
- Inherits:
-
Object
- Object
- Fox::FXEvent
- Defined in:
- lib/fox16/aliases.rb
Instance Method Summary (collapse)
-
- (Boolean) moved?(*args)
:nodoc:.
-
- (Boolean) synthetic?(*args)
:nodoc:.
Instance Method Details
- (Boolean) moved?(*args)
:nodoc:
1144 1145 1146 |
# File 'lib/fox16/aliases.rb', line 1144 def moved?(*args) # :nodoc: moved(*args) end |
- (Boolean) synthetic?(*args)
:nodoc:
1147 1148 1149 |
# File 'lib/fox16/aliases.rb', line 1147 def synthetic?(*args) # :nodoc: synthetic(*args) end |