A Woman's Man

A Woman's Man is a 1934 American pre-Code comedy film directed by Edward Ludwig and starring John Halliday, Marguerite De La Motte and Wallace Ford.[1] The screenplay concerns a film star diva who storms off the film set and begins a romance with a publicity-hungry boxer.

A Woman's Man
Directed byEdward Ludwig
Produced byWilliam T. Lackey
Written byFrances Hyland
Adela Rogers St. Johns
StarringJohn Halliday
Marguerite De La Motte
Wallace Ford
CinematographyJoseph A. Valentine
Edited byCarl Pierson
Production
company
Distributed byMonogram Pictures
Release date
February 7, 1934
Running time
70 minutes
CountryUnited States
LanguageEnglish

Cast

gollark: Your thing will be running in a CraftOS environment instead of the BIOS one, so presumably you can use the `keys` library and make it easier.
gollark: This is adapted slightly from the keyboard shortcuts daemon in potatOS.
gollark: ```lualocal keys_down = {}local keyboard_commands = { -- whatever}local function keyboard_shortcuts() while true do local ev = {coroutine.yield()} if ev[1] == "key" then keys_down[ev[2]] = true if keyboard_commands[ev[2]] and keys_down[157] then -- right ctrl keyboard_commands[ev[2]]() end elseif ev[1] == "key_up" then keys_down[ev[2]] = false end endend```
gollark: Oh, right. I'll pull up the PotatoBIOS code for that.
gollark: You mean, musical keys or something?

References

  1. Langman p.247

Bibliography

  • Langman, Larry. Destination Hollywood: The Influence of Europeans on American Filmmaking. McFarland, 2000.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.