# File lib/ruby-sdl-ffi/sdl/mac.rb, line 280 def self.NSApp @nsapp ||= ObjC::NSClass("NSApplication").msg("sharedApplication") end
# File lib/ruby-sdl-ffi/sdl/mac.rb, line 346 def self.NSMenu( *args ) NSMenu.new( *args ) end
# File lib/ruby-sdl-ffi/sdl/mac.rb, line 395 def self.NSMenuItem( *args ) NSMenuItem.new( *args ) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.