SDL::Mac::Cocoa

Public Class Methods

NSApp() click to toggle source
# File lib/ruby-sdl-ffi/sdl/mac.rb, line 280
def self.NSApp
  @nsapp ||= ObjC::NSClass("NSApplication").msg("sharedApplication")
end
NSMenu( *args ) click to toggle source
# File lib/ruby-sdl-ffi/sdl/mac.rb, line 346
def self.NSMenu( *args )
  NSMenu.new( *args )
end
NSMenuItem( *args ) click to toggle source
# 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.