mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement most of LegoCameraController (#419)
* Implement LegoCameraController subclasses * Update legopovcontroller.cpp * fixes * Update legocameracontroller.cpp * fix naming conventions * Update legopointofviewcontroller.h * Update legopointofviewcontroller.h * Fixes * Match LegoPointOfViewController::Create --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
11
LEGO1/lego/legoomni/include/legonotify.h
Normal file
11
LEGO1/lego/legoomni/include/legonotify.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef LEGONOTIFY_H
|
||||
#define LEGONOTIFY_H
|
||||
|
||||
enum LegoEventNotificationParamType {
|
||||
c_lButtonState = 1,
|
||||
c_rButtonState = 2,
|
||||
c_modKey1 = 4,
|
||||
c_modKey2 = 8,
|
||||
};
|
||||
|
||||
#endif // LEGONOTIFY_H
|
Reference in New Issue
Block a user